lineage_kernel_xcoverpro/arch/sh/boot/compressed/vmlinux.scr

11 lines
161 B
Plaintext
Executable File

SECTIONS
{
.rodata..compressed : {
input_len = .;
LONG(input_data_end - input_data) input_data = .;
*(.data)
output_len = . - 4;
input_data_end = .;
}
}