Searched refs:computeAddend (Results 1 – 2 of 2) sorted by relevance
470 int64_t computeAddend(Ctx &) const;
1648 int64_t DynamicReloc::computeAddend(Ctx &ctx) const { in computeAddend() function in DynamicReloc1750 addend = computeAddend(ctx); in computeRaw()1897 r.r_addend = ctx.arg.isRela ? rel.computeAddend(ctx) : 0; in updateAllocSize()