Searched refs:isMipsPIC (Results 1 – 3 of 3) sorted by relevance
378 return d && isMipsPIC<ELFT>(d); in needsThunk()764 template <class ELFT> bool elf::isMipsPIC(const Defined *sym) { in isMipsPIC() function in elf791 template bool elf::isMipsPIC<ELF32LE>(const Defined *);792 template bool elf::isMipsPIC<ELF32BE>(const Defined *);793 template bool elf::isMipsPIC<ELF64LE>(const Defined *);794 template bool elf::isMipsPIC<ELF64BE>(const Defined *);
247 template <class ELFT> bool isMipsPIC(const Defined *sym);
2313 if (isMipsPIC<ELFT>(d)) in writeTo()