Searched refs:S_REL (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/boot/tools/
H A Drelocs.h36 S_REL, enumerator in enum:symtype
/linux-master/arch/x86/tools/
H A Drelocs.h27 S_REL, enumerator in enum:symtype
H A Drelocs.c67 [S_REL] =
102 [S_REL] =
684 if (is_reloc(S_ABS, name) || is_reloc(S_REL, name))
846 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
932 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
974 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
1018 if (is_reloc(S_REL, symname)) {

Completed in 67 milliseconds