Searched refs:SHN_ABS (Results 1 – 12 of 12) sorted by relevance
261 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()
333 sym->st_shndx != SHN_ABS) { in arch_kexec_apply_relocations_add()344 if (sym->st_shndx != SHN_ABS) in arch_kexec_apply_relocations_add()
155 symbols[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
77 sym[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
255 syms[i].st_shndx = SHN_ABS; in dedotify()273 if (syms[i].st_shndx == SHN_ABS in find_dot_toc()
300 #define SHN_ABS 0xfff1 macro
468 if (sym->st_shndx == SHN_ABS) in arch_kexec_apply_relocations_add()
509 case SHN_ABS: in simplify_symbols()
99 else if (shndx == SHN_ABS) in sec_name()
151 sym->st_shndx != SHN_ABS && in elf_sym__is_label()1221 if (sym.st_shndx == SHN_ABS) in dso__load_sym_internal()
2312 case SHN_ABS: in simplify_symbols()2637 if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu) in elf_type()
680 if (sym->st_shndx == SHN_ABS) { in handle_modversion()
Completed in 39 milliseconds