Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h470 int64_t computeAddend(Ctx &) const;
H A DSyntheticSections.cpp1648 int64_t DynamicReloc::computeAddend(Ctx &ctx) const { in computeAddend() function in DynamicReloc
1750 addend = computeAddend(ctx); in computeRaw()
1897 r.r_addend = ctx.arg.isRela ? rel.computeAddend(ctx) : 0; in updateAllocSize()