Home
last modified time | relevance | path

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

/linux-6.14.4/arch/s390/boot/
Dvmlinux.lds.S104 __vmlinux_relocs_64_start = .; symbol
Dboot.h106 extern char __vmlinux_relocs_64_start[], __vmlinux_relocs_64_end[];
Dstartup.c169 for (reloc = (int *)__vmlinux_relocs_64_start; reloc < (int *)__vmlinux_relocs_64_end; reloc++) { in kaslr_adjust_relocs()