Home
last modified time | relevance | path

Searched refs:SHN_ABS (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/arch/x86/tools/
H A Drelocs.c251 else if (shndx == SHN_ABS) { in sec_name()
561 if (sym->st_shndx != SHN_ABS) { in print_absolute_symbols()
608 if (sym->st_shndx != SHN_ABS) { in print_absolute_relocs()
774 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64()
863 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32()
908 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real()
/kernel/linux/linux-6.6/arch/x86/tools/
H A Drelocs.c262 else if (shndx == SHN_ABS) { in sec_name()
618 if (sym->st_shndx != SHN_ABS) { in print_absolute_symbols()
673 if (sym->st_shndx != SHN_ABS) { in print_absolute_relocs()
841 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64()
930 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32()
975 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dmachine_kexec_file.c309 sym->st_shndx != SHN_ABS) in arch_kexec_apply_relocations_add()
317 if (sym->st_shndx != SHN_ABS) in arch_kexec_apply_relocations_add()
H A Dmodule.c145 symbols[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dmachine_kexec_file.c342 sym->st_shndx != SHN_ABS) { in arch_kexec_apply_relocations_add()
353 if (sym->st_shndx != SHN_ABS) in arch_kexec_apply_relocations_add()
H A Dmodule.c178 symbols[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dmodule.c77 sym[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dmodule.c77 sym[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dmodule_64.c263 syms[i].st_shndx = SHN_ABS; in dedotify()
281 if (syms[i].st_shndx == SHN_ABS in find_dot_toc()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Delf.h303 #define SHN_ABS 0xfff1 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Delf.h304 #define SHN_ABS 0xfff1 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Delf.h254 #define SHN_ABS 0xfff1 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Delf.h254 #define SHN_ABS 0xfff1 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Delf.h240 #define SHN_ABS 0xfff1 macro
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dmodule_64.c371 syms[i].st_shndx = SHN_ABS; in dedotify()
389 if (syms[i].st_shndx == SHN_ABS in find_dot_toc()
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H A Drelocs.c109 else if (shndx == SHN_ABS) in sec_name()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dmachine_kexec_64.c496 if (sym->st_shndx == SHN_ABS) in arch_kexec_apply_relocations_add()
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Delf_kexec.c401 if (sym->st_shndx == SHN_ABS) in arch_kexec_apply_relocations_add()
/kernel/linux/linux-6.6/kernel/module/
H A Dkallsyms.c50 if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu) in elf_type()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dmachine_kexec_64.c456 if (sym->st_shndx == SHN_ABS) in arch_kexec_apply_relocations_add()
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H A Drelocs.c99 else if (shndx == SHN_ABS) in sec_name()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dvpe.c508 case SHN_ABS: in simplify_symbols()
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H A Drelocs.c99 else if (shndx == SHN_ABS) in sec_name()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dvpe.c509 case SHN_ABS: in simplify_symbols()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol-elf.c150 sym->st_shndx != SHN_ABS && in elf_sym__is_label()
1214 * has a value of SHN_ABS in its st_shndx) failed at in dso__load_sym()
1221 if (sym.st_shndx == SHN_ABS) in dso__load_sym()

Completed in 26 milliseconds

12