Lines Matching refs:RelExpr
143 template <RelExpr... Exprs> static bool oneof(RelExpr expr) { in oneof()
192 static bool needsPlt(RelExpr expr) { in needsPlt()
200 static bool needsGot(RelExpr expr) { in needsGot()
208 static bool isRelExpr(RelExpr expr) { in isRelExpr()
215 static RelExpr toPlt(RelExpr expr) { in toPlt()
228 static RelExpr fromPlt(RelExpr expr) { in fromPlt()
450 int64_t computeMipsAddend(const RelTy &rel, RelExpr expr, bool isLocal) const;
452 int64_t computeAddend(const RelTy &rel, RelExpr expr, bool isLocal) const;
453 bool isStaticLinkTimeConstant(RelExpr e, RelType type, const Symbol &sym,
455 void processAux(RelExpr expr, RelType type, uint64_t offset, Symbol &sym,
466 int64_t RelocationScanner::computeMipsAddend(const RelTy &rel, RelExpr expr, in computeMipsAddend()
500 int64_t RelocationScanner::computeAddend(const RelTy &rel, RelExpr expr, in computeAddend()
867 Symbol &sym, int64_t addend, RelExpr expr, in addRelativeReloc()
957 bool RelocationScanner::isStaticLinkTimeConstant(RelExpr e, RelType type, in isStaticLinkTimeConstant()
1026 void RelocationScanner::processAux(RelExpr expr, RelType type, uint64_t offset, in processAux()
1157 int64_t addend, RelExpr expr) { in handleMipsTlsRelocation()
1180 int64_t addend, RelExpr expr) { in handleTlsRelocation()
1320 RelExpr expr = target.getRelExpr(type, sym, relocatedAddr); in scanOne()