Searched refs:SHN_ABS (Results 1 – 13 of 13) sorted by relevance
262 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()
342 sym->st_shndx != SHN_ABS) { in arch_kexec_apply_relocations_add()353 if (sym->st_shndx != SHN_ABS) in arch_kexec_apply_relocations_add()
156 symbols[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
77 sym[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
258 syms[i].st_shndx = SHN_ABS; in dedotify()276 if (syms[i].st_shndx == SHN_ABS in find_dot_toc()
304 #define SHN_ABS 0xfff1 macro
467 if (sym->st_shndx == SHN_ABS) in arch_kexec_apply_relocations_add()
395 if (sym->st_shndx == SHN_ABS) in arch_kexec_apply_relocations_add()
49 if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu) in elf_type()
1304 case SHN_ABS: in simplify_symbols()
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()1600 if (sym.st_shndx == SHN_ABS) in dso__load_sym_internal()
Completed in 32 milliseconds