Sign in
zircon-guest
/
third_party
/
linux
/
6ec2db3fac8b68a3012c970a2de4223681a8858b
/
.
/
arch
/
s390
/
boot
/
compressed
/
vmlinux.scr
blob: 42a242597f346345c50d9be5422e74db79ad8496 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
SECTIONS
{
.
rodata
.
compressed
:
{
input_len
=
.;
LONG
(
input_data_end
-
input_data
)
input_data
=
.;
*(.
data
)
output_len
=
.
-
4
;
input_data_end
=
.;
}
}