Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
004426eb295b5fff53ed606d5f7495f23674f2c8
/
.
/
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
=
.;
}
}