Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DRelocations.cpp629 static int64_t computeAddend(const RelTy &Rel, const RelTy *End, in computeAddend() function
1047 int64_t Addend = computeAddend<ELFT>(Rel, End, Sec, Expr, Sym.isLocal()); in scanReloc()
H A DSyntheticSections.h426 int64_t computeAddend() const;
H A DSyntheticSections.cpp1464 int64_t DynamicReloc::computeAddend() const { in computeAddend() function in DynamicReloc
1533 P->r_addend = Rel.computeAddend(); in encodeDynamicReloc()