Files
Chromebook-Device-Nyan-NVID…/arch/s390/boot/compressed/vmlinux.scr
2025-04-06 23:50:55 -05:00

11 lines
160 B
Plaintext

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