Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/tools/
Drelocs.c246 else if (shndx == SHN_ABS) { in sec_name()
542 if (sym->st_shndx != SHN_ABS) { in print_absolute_symbols()
589 if (sym->st_shndx != SHN_ABS) { in print_absolute_relocs()
755 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64()
832 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32()
875 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real()
/linux-4.1.27/arch/sparc/kernel/
Dmodule.c76 sym[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/linux-4.1.27/include/uapi/linux/
Delf.h295 #define SHN_ABS 0xfff1 macro
/linux-4.1.27/arch/avr32/kernel/
Dmodule.c97 symbols[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/linux-4.1.27/arch/x86/kernel/
Dmachine_kexec_64.c490 if (sym->st_shndx == SHN_ABS) in arch_kexec_apply_relocations_add()
/linux-4.1.27/arch/s390/kernel/
Dmodule.c142 symbols[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/linux-4.1.27/arch/mips/kernel/
Dvpe.c509 case SHN_ABS: in simplify_symbols()
/linux-4.1.27/tools/perf/util/
Dsymbol-elf.c101 sym->st_shndx != SHN_ABS; in elf_sym__is_label()
917 if (sym.st_shndx == SHN_ABS) in dso__load_sym()
/linux-4.1.27/kernel/
Dmodule.c1966 case SHN_ABS: in simplify_symbols()
2236 if (sym->st_shndx == SHN_ABS) in elf_type()