Home
last modified time | relevance | path

Searched refs:SHN_ABS (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/arch/x86/tools/
A Drelocs.c262 else if (shndx == SHN_ABS) { in sec_name()
618 if (sym->st_shndx != SHN_ABS) { in print_absolute_symbols()
665 if (sym->st_shndx != SHN_ABS) { in print_absolute_relocs()
833 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64()
922 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32()
967 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real()
/linux-6.3-rc2/arch/s390/kernel/
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()
A Dmodule.c156 symbols[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/linux-6.3-rc2/arch/sparc/kernel/
A Dmodule.c77 sym[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dmodule_64.c258 syms[i].st_shndx = SHN_ABS; in dedotify()
276 if (syms[i].st_shndx == SHN_ABS in find_dot_toc()
/linux-6.3-rc2/include/uapi/linux/
A Delf.h304 #define SHN_ABS 0xfff1 macro
/linux-6.3-rc2/arch/x86/kernel/
A Dmachine_kexec_64.c467 if (sym->st_shndx == SHN_ABS) in arch_kexec_apply_relocations_add()
/linux-6.3-rc2/arch/riscv/kernel/
A Delf_kexec.c395 if (sym->st_shndx == SHN_ABS) in arch_kexec_apply_relocations_add()
/linux-6.3-rc2/kernel/module/
A Dkallsyms.c49 if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu) in elf_type()
A Dmain.c1304 case SHN_ABS: in simplify_symbols()
/linux-6.3-rc2/arch/mips/kernel/
A Dvpe.c509 case SHN_ABS: in simplify_symbols()
/linux-6.3-rc2/arch/mips/boot/tools/
A Drelocs.c99 else if (shndx == SHN_ABS) in sec_name()
/linux-6.3-rc2/tools/perf/util/
A Dsymbol-elf.c151 sym->st_shndx != SHN_ABS && in elf_sym__is_label()
1600 if (sym.st_shndx == SHN_ABS) in dso__load_sym_internal()

Completed in 32 milliseconds