Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
94104aa2a88ac2433f7cbde3dbec629263724271
/
.
/
arch
/
x86_64
/
boot
/
compressed
/
vmlinux.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
=
.;
}
}