Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
2c9ecdf40af0554ee9a2b1cbbbbdbc77f90a40e1
/
.
/
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
=
.;
}
}