Home
last modified time | relevance | path

Searched refs:RelocationScanner (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DRelocations.cpp432 class RelocationScanner { class
434 explicit RelocationScanner(InputSectionBase &sec) in RelocationScanner() function in __anon04691b640111::RelocationScanner
466 int64_t RelocationScanner::computeMipsAddend(const RelTy &rel, RelExpr expr, in computeMipsAddend()
500 int64_t RelocationScanner::computeAddend(const RelTy &rel, RelExpr expr, in computeAddend()
856 RelType RelocationScanner::getMipsN32RelType(RelTy *&rel) const { in getMipsN32RelType()
957 bool RelocationScanner::isStaticLinkTimeConstant(RelExpr e, RelType type, in isStaticLinkTimeConstant()
1026 void RelocationScanner::processAux(RelExpr expr, RelType type, uint64_t offset, in processAux()
1294 template <class ELFT, class RelTy> void RelocationScanner::scanOne(RelTy *&i) { in scanOne()
1484 void RelocationScanner::scan(ArrayRef<RelTy> rels) { in scan()
1513 RelocationScanner scanner(s); in scanRelocations()