Lines Matching refs:RelExpr
134 template <RelExpr... Exprs> struct RelExprMaskBuilder {
139 template <RelExpr Head, RelExpr... Tail>
153 template <RelExpr... Exprs> bool oneof(RelExpr expr) { in oneof()
167 int64_t addend, RelExpr expr) { in handleMipsTlsRelocation()
191 typename ELFT::uint offset, int64_t addend, RelExpr expr) { in handleTlsRelocation()
371 static bool needsPlt(RelExpr expr) { in needsPlt()
378 static bool needsGot(RelExpr expr) { in needsGot()
386 static bool isRelExpr(RelExpr expr) { in isRelExpr()
401 static bool isStaticLinkTimeConstant(RelExpr e, RelType type, const Symbol &sym, in isStaticLinkTimeConstant()
459 static RelExpr toPlt(RelExpr expr) { in toPlt()
472 static RelExpr fromPlt(RelExpr expr) { in fromPlt()
625 InputSectionBase &sec, RelExpr expr, in computeMipsAddend()
660 InputSectionBase &sec, RelExpr expr, in computeAddend()
1045 Symbol *sym, int64_t addend, RelExpr expr, in addRelativeReloc()
1076 RelExpr expr = sym.isTls() ? R_TLS : R_ABS; in addGotEntry()
1138 static void processRelocAux(InputSectionBase &sec, RelExpr expr, RelType type, in processRelocAux()
1309 RelExpr expr = target->getRelExpr(type, sym, relocatedAddr); in scanReloc()