Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/tools/
Drelocs.c755 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64() local
789 if (shn_abs) { in do_reloc64()
832 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32() local
846 if (shn_abs) { in do_reloc32()
875 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real() local
889 if (shn_abs) { in do_reloc_real()
906 shn_abs ? "absolute" : "relative", in do_reloc_real()
911 if (shn_abs) { in do_reloc_real()
929 shn_abs ? "absolute" : "relative", in do_reloc_real()