Searched refs:isMipsPIC (Results 1 – 3 of 3) sorted by relevance
380 return d && isMipsPIC<ELFT>(d); in needsThunk()737 template <class ELFT> bool elf::isMipsPIC(const Defined *sym) { in isMipsPIC() function in elf765 template bool elf::isMipsPIC<ELF32LE>(const Defined *);766 template bool elf::isMipsPIC<ELF32BE>(const Defined *);767 template bool elf::isMipsPIC<ELF64LE>(const Defined *);768 template bool elf::isMipsPIC<ELF64BE>(const Defined *);
229 template <class ELFT> bool isMipsPIC(const Defined *sym);
2241 if (isMipsPIC<ELFT>(d)) in writeTo()