Searched refs:usesOnlyLowPageBits (Results 1 – 5 of 5) sorted by relevance
129 bool TargetInfo::usesOnlyLowPageBits(RelType type) const { return false; } in usesOnlyLowPageBits() function in TargetInfo
62 virtual bool usesOnlyLowPageBits(RelType type) const;
975 return target->usesOnlyLowPageBits(type) || !config->isPic; in isStaticLinkTimeConstant()995 return target->usesOnlyLowPageBits(type); in isStaticLinkTimeConstant()1348 if (expr == R_GOT && config->isPic && !target->usesOnlyLowPageBits(type)) in handleTlsRelocation()
41 bool usesOnlyLowPageBits(RelType type) const override;758 template <class ELFT> bool MIPS<ELFT>::usesOnlyLowPageBits(RelType type) const { in usesOnlyLowPageBits() function in MIPS
48 bool usesOnlyLowPageBits(RelType type) const override;183 bool AArch64::usesOnlyLowPageBits(RelType type) const { in usesOnlyLowPageBits() function in AArch64