Home
last modified time | relevance | path

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

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