Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/tools/
Drelocs.c777 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64() local
823 if (shn_abs) { in do_reloc64()
866 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32() local
882 if (shn_abs) { in do_reloc32()
911 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real() local
927 if (shn_abs) { in do_reloc_real()
944 shn_abs ? "absolute" : "relative", in do_reloc_real()
949 if (shn_abs) { in do_reloc_real()
967 shn_abs ? "absolute" : "relative", in do_reloc_real()