Searched refs:computeAddend (Results 1 – 3 of 3) sorted by relevance
629 static int64_t computeAddend(const RelTy &rel, const RelTy *end, in computeAddend() function1298 int64_t addend = computeAddend<ELFT>(rel, end, sec, expr, sym.isLocal()); in scanReloc()
441 int64_t computeAddend() const;
1514 int64_t DynamicReloc::computeAddend() const { in computeAddend() function in lld::elf::DynamicReloc1585 p->r_addend = rel.computeAddend(); in encodeDynamicReloc()