Home
last modified time | relevance | path

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

/linux/arch/x86/tools/
A Drelocs.c261 else if (shndx == SHN_ABS) { in sec_name()
617 if (sym->st_shndx != SHN_ABS) { in print_absolute_symbols()
664 if (sym->st_shndx != SHN_ABS) { in print_absolute_relocs()
832 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64()
921 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32()
966 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real()
/linux/arch/s390/kernel/
A Dmachine_kexec_file.c333 sym->st_shndx != SHN_ABS) { in arch_kexec_apply_relocations_add()
344 if (sym->st_shndx != SHN_ABS) in arch_kexec_apply_relocations_add()
A Dmodule.c155 symbols[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/linux/arch/sparc/kernel/
A Dmodule.c77 sym[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/linux/arch/powerpc/kernel/
A Dmodule_64.c255 syms[i].st_shndx = SHN_ABS; in dedotify()
273 if (syms[i].st_shndx == SHN_ABS in find_dot_toc()
/linux/include/uapi/linux/
A Delf.h300 #define SHN_ABS 0xfff1 macro
/linux/arch/x86/kernel/
A Dmachine_kexec_64.c468 if (sym->st_shndx == SHN_ABS) in arch_kexec_apply_relocations_add()
/linux/arch/mips/kernel/
A Dvpe.c509 case SHN_ABS: in simplify_symbols()
/linux/arch/mips/boot/tools/
A Drelocs.c99 else if (shndx == SHN_ABS) in sec_name()
/linux/tools/perf/util/
A Dsymbol-elf.c151 sym->st_shndx != SHN_ABS && in elf_sym__is_label()
1221 if (sym.st_shndx == SHN_ABS) in dso__load_sym_internal()
/linux/kernel/
A Dmodule.c2312 case SHN_ABS: in simplify_symbols()
2637 if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu) in elf_type()
/linux/scripts/mod/
A Dmodpost.c680 if (sym->st_shndx == SHN_ABS) { in handle_modversion()

Completed in 39 milliseconds