Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp555 int64_t addend = rel.computeAddend(); in checkDynRelAddends()
H A DRelocations.cpp672 static int64_t computeAddend(const RelTy &rel, const RelTy *end, in computeAddend() function
1338 int64_t addend = computeAddend<ELFT>(rel, end, sec, expr, sym.isLocal()); in scanReloc()
H A DSyntheticSections.h477 int64_t computeAddend() const;
H A DSyntheticSections.cpp1576 int64_t DynamicReloc::computeAddend() const { in computeAddend() function in DynamicReloc
1691 p->r_addend = rel.computeAddend(); in encodeDynamicReloc()