Files
Debian-9-Kernel/arch/sh/boot/compressed/vmlinux.scr
T

11 lines
161 B
Plaintext
Raw Normal View History

2023-12-14 15:23:35 +01:00
SECTIONS
{
.rodata..compressed : {
input_len = .;
LONG(input_data_end - input_data) input_data = .;
*(.data)
output_len = . - 4;
input_data_end = .;
}
}