Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDRelocations.cpp629 static int64_t computeAddend(const RelTy &rel, const RelTy *end, in computeAddend() function
1298 int64_t addend = computeAddend<ELFT>(rel, end, sec, expr, sym.isLocal()); in scanReloc()
HDSyntheticSections.h441 int64_t computeAddend() const;
HDSyntheticSections.cpp1514 int64_t DynamicReloc::computeAddend() const { in computeAddend() function in lld::elf::DynamicReloc
1585 p->r_addend = rel.computeAddend(); in encodeDynamicReloc()