Home
last modified time | relevance | path

Searched refs:per_cpu_shndx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/tools/
H A Drelocs.c719 static int per_cpu_shndx = -1; variable
737 per_cpu_shndx = i; in percpu_init()
762 return (sym->st_shndx == per_cpu_shndx) && in ElfW()
782 if (sec->shdr.sh_info == per_cpu_shndx) in do_reloc64()
/kernel/linux/linux-6.6/arch/x86/tools/
H A Drelocs.c784 static int per_cpu_shndx = -1; variable
802 per_cpu_shndx = i; in percpu_init()
829 return (shndx == per_cpu_shndx) && in ElfW()
849 if (sec->shdr.sh_info == per_cpu_shndx) in do_reloc64()

Completed in 4 milliseconds