Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/kernel/
Dmachine_kexec_file.c173 sym->st_shndx != SHN_ABS) in arch_kexec_apply_relocations_add()
181 if (sym->st_shndx != SHN_ABS) in arch_kexec_apply_relocations_add()
Dmodule.c137 symbols[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/Linux-v4.19/arch/x86/tools/
Drelocs.c248 else if (shndx == SHN_ABS) { in sec_name()
544 if (sym->st_shndx != SHN_ABS) { in print_absolute_symbols()
591 if (sym->st_shndx != SHN_ABS) { in print_absolute_relocs()
757 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64()
837 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32()
880 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real()
/Linux-v4.19/arch/sparc/kernel/
Dmodule.c77 sym[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/Linux-v4.19/arch/powerpc/kernel/
Dmodule_64.c318 syms[i].st_shndx = SHN_ABS; in dedotify()
336 if (syms[i].st_shndx == SHN_ABS in find_dot_toc()
/Linux-v4.19/include/uapi/linux/
Delf.h299 #define SHN_ABS 0xfff1 macro
/Linux-v4.19/arch/x86/kernel/
Dmachine_kexec_64.c465 if (sym->st_shndx == SHN_ABS) in arch_kexec_apply_relocations_add()
/Linux-v4.19/arch/mips/boot/tools/
Drelocs.c99 else if (shndx == SHN_ABS) in sec_name()
/Linux-v4.19/arch/mips/kernel/
Dvpe.c509 case SHN_ABS: in simplify_symbols()
/Linux-v4.19/tools/perf/util/
Dsymbol-elf.c114 sym->st_shndx != SHN_ABS; in elf_sym__is_label()
1058 if (sym.st_shndx == SHN_ABS) in dso__load_sym()
/Linux-v4.19/kernel/
Dmodule.c2261 case SHN_ABS: in simplify_symbols()
2555 if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu) in elf_type()
/Linux-v4.19/scripts/mod/
Dmodpost.c635 if (sym->st_shndx != SHN_UNDEF && sym->st_shndx != SHN_ABS) { in handle_modversions()