mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
11 lines
194 B
Text
11 lines
194 B
Text
![]() |
SECTIONS
|
||
|
{
|
||
|
.rodata.compressed : {
|
||
|
input_len = .;
|
||
|
LONG(input_data_end - input_data) input_data = .;
|
||
|
*(.data)
|
||
|
output_len = . - 4; /* can be at unaligned address */
|
||
|
input_data_end = .;
|
||
|
}
|
||
|
}
|