Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/tools/
Drelocs.c833 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64() local
879 if (shn_abs) { in do_reloc64()
922 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32() local
938 if (shn_abs) { in do_reloc32()
967 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real() local
983 if (shn_abs) { in do_reloc_real()
1000 shn_abs ? "absolute" : "relative", in do_reloc_real()
1005 if (shn_abs) { in do_reloc_real()
1023 shn_abs ? "absolute" : "relative", in do_reloc_real()