Lines Matching defs:expr
156 template <RelExpr... Exprs> static bool oneof(RelExpr expr) { in oneof()
205 static bool needsPlt(RelExpr expr) { in needsPlt()
211 bool lld::elf::needsGot(RelExpr expr) { in needsGot()
220 static bool isRelExpr(RelExpr expr) { in isRelExpr()
227 static RelExpr toPlt(RelExpr expr) { in toPlt()
244 static RelExpr fromPlt(RelExpr expr) { in fromPlt()
490 int64_t RelocationScanner::computeMipsAddend(const RelTy &rel, RelExpr expr, in computeMipsAddend()
873 Symbol &sym, int64_t addend, RelExpr expr, in addRelativeReloc()
1055 void RelocationScanner::processAux(RelExpr expr, RelType type, uint64_t offset, in processAux()
1274 int64_t addend, RelExpr expr) { in handleMipsTlsRelocation()
1297 int64_t addend, RelExpr expr) { in handleTlsRelocation()
1462 RelExpr expr = target->getRelExpr(type, sym, sec->content().data() + offset); in scanOne() local