Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/tools/
H A Drelocs.c850 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64() local
896 if (shn_abs) { in do_reloc64()
939 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32() local
955 if (shn_abs) { in do_reloc32()
984 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real() local
1000 if (shn_abs) { in do_reloc_real()
1017 shn_abs ? "absolute" : "relative", in do_reloc_real()
1022 if (shn_abs) { in do_reloc_real()
1040 shn_abs ? "absolute" : "relative", in do_reloc_real()