You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
11 lines
160 B
Plaintext
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 = .;
|
||
|
|
}
|
||
|
|
}
|