Searched refs:shn_abs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | relocs.c | 774 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 879 if (shn_abs) { in do_reloc32() 908 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real() local 924 if (shn_abs) { in do_reloc_real() 941 shn_abs ? "absolute" : "relative", in do_reloc_real() 946 if (shn_abs) { in do_reloc_real() 964 shn_abs ? "absolute" : "relative", in do_reloc_real()
|
/kernel/linux/linux-6.6/arch/x86/tools/ |
H A D | relocs.c | 841 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64() local 887 if (shn_abs) { in do_reloc64() 930 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32() local 946 if (shn_abs) { in do_reloc32() 975 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real() local 991 if (shn_abs) { in do_reloc_real() 1008 shn_abs ? "absolute" : "relative", in do_reloc_real() 1013 if (shn_abs) { in do_reloc_real() 1031 shn_abs ? "absolute" : "relative", in do_reloc_real()
|
Completed in 4 milliseconds