Lines Matching refs:RelType
152 static RelType getMipsPairType(RelType type, bool isLocal) { in getMipsPairType()
448 template <class RelTy> RelType getMipsN32RelType(RelTy *&rel) const;
453 bool isStaticLinkTimeConstant(RelExpr e, RelType type, const Symbol &sym,
455 void processAux(RelExpr expr, RelType type, uint64_t offset, Symbol &sym,
476 RelType type = rel.getType(config->isMips64EL); in computeMipsAddend()
503 RelType type = rel.getType(config->isMips64EL); in computeAddend()
856 RelType RelocationScanner::getMipsN32RelType(RelTy *&rel) const { in getMipsN32RelType()
857 RelType type = 0; in getMipsN32RelType()
868 RelType type) { in addRelativeReloc()
888 RelocationBaseSection &rel, RelType type, Symbol &sym) { in addPltEntry()
957 bool RelocationScanner::isStaticLinkTimeConstant(RelExpr e, RelType type, in isStaticLinkTimeConstant()
1026 void RelocationScanner::processAux(RelExpr expr, RelType type, uint64_t offset, in processAux()
1050 RelType rel = target.getDynRel(type); in processAux()
1155 static unsigned handleMipsTlsRelocation(RelType type, Symbol &sym, in handleMipsTlsRelocation()
1178 static unsigned handleTlsRelocation(RelType type, Symbol &sym, in handleTlsRelocation()
1298 RelType type; in scanOne()
1458 RelType type = rel.getType(false); in checkPPC64TLSRelax()
1868 static int64_t getPCBias(RelType type) { in getPCBias()