Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/tools/
Drelocs.c774 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64() local
820 if (shn_abs) { in do_reloc64()
863 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32() local
877 if (shn_abs) { in do_reloc32()
906 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real() local
920 if (shn_abs) { in do_reloc_real()
937 shn_abs ? "absolute" : "relative", in do_reloc_real()
942 if (shn_abs) { in do_reloc_real()
960 shn_abs ? "absolute" : "relative", in do_reloc_real()