| Path : /usr/lib/modules/5.15.0-164-generic/build/arch/ia64/scripts/ |
| Current File : //usr/lib/modules/5.15.0-164-generic/build/arch/ia64/scripts/check-segrel.lds |
/* SPDX-License-Identifier: GPL-2.0 */
SECTIONS {
. = SIZEOF_HEADERS;
.rodata : { *(.rodata) } :ro
.note : { *(.note*) }
. = 0xa0000;
.data : { *(.data) } :dat
/DISCARD/ : { *(*) }
}
PHDRS {
ro PT_LOAD FILEHDR PHDRS;
dat PT_LOAD;
}