Sign in
googlers
/
maze
/
linux
/
a8ac6311cc21d78fa284cd43f56df2063f536bf1
/
.
/
arch
/
x86
/
boot
/
compressed
/
vmlinux_64.scr
blob: bd1429ce193e903b1c1127edcff1b32371dfabfe [
file
] [
log
] [
blame
]
SECTIONS
{
.
text
.
compressed
:
{
input_len
=
.;
LONG
(
input_data_end
-
input_data
)
input_data
=
.;
*(.
data
)
output_len
=
.
-
4
;
input_data_end
=
.;
}
}