Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Drelocs.c775 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64() local
813 if (!shn_abs || !is_reloc(S_ABS, symname)) in do_reloc64()
827 if (shn_abs) { in do_reloc64()
870 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32() local
886 if (shn_abs) { in do_reloc32()
915 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real() local
931 if (shn_abs) { in do_reloc_real()
948 shn_abs ? "absolute" : "relative", in do_reloc_real()
953 if (shn_abs) { in do_reloc_real()
971 shn_abs ? "absolute" : "relative", in do_reloc_real()