Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H A Dvmlinux.lds.S106 __vmlinux_relocs_64_end = .; symbol
H A Dboot.h87 extern char __vmlinux_relocs_64_start[], __vmlinux_relocs_64_end[];
H A Dstartup.c158 for (reloc = (int *)__vmlinux_relocs_64_start; reloc < (int *)__vmlinux_relocs_64_end; reloc++) { in kaslr_adjust_relocs()