Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/tools/
Drelocs.c757 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64() local
794 if (shn_abs) { in do_reloc64()
837 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32() local
851 if (shn_abs) { in do_reloc32()
880 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real() local
894 if (shn_abs) { in do_reloc_real()
911 shn_abs ? "absolute" : "relative", in do_reloc_real()
916 if (shn_abs) { in do_reloc_real()
934 shn_abs ? "absolute" : "relative", in do_reloc_real()