Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DRelocations.cpp452 int64_t computeAddend(const RelTy &rel, RelExpr expr, bool isLocal) const;
500 int64_t RelocationScanner::computeAddend(const RelTy &rel, RelExpr expr, in computeAddend() function in RelocationScanner
1327 int64_t addend = computeAddend<ELFT>(rel, expr, sym.isLocal()); in scanOne()
H A DSyntheticSections.h474 int64_t computeAddend() const;
H A DSyntheticSections.cpp1576 int64_t DynamicReloc::computeAddend() const { in computeAddend() function in DynamicReloc
1694 addend = computeAddend(); in computeRaw()
1819 r.r_addend = rel.computeAddend(); in updateAllocSize()