Home
last modified time | relevance | path

Searched refs:relr (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/kernel/pi/
H A Drelocate.c53 for (const u64 *relr = relr_start; relr < relr_end; relr++) { in relocate_kernel() local
54 if ((*relr & 1) == 0) { in relocate_kernel()
55 place = (u64 *)(*relr + offset); in relocate_kernel()
58 for (u64 *p = place, r = *relr >> 1; r; p++, r >>= 1) in relocate_kernel()
/linux/arch/loongarch/kernel/
H A Dvmlinux.lds.S122 .relr.dyn : ALIGN(8) {
124 *(.relr.dyn)
/linux/scripts/
H A Dtools-support-relr.sh12 if ! $LD $tmp_file.o -shared -Bsymbolic --pack-dyn-relocs=relr -o $tmp_file 2>/dev/null; then