Lines Matching refs:r_addend
1633 p->r_addend = rel.computeAddend(); in encodeDynamicReloc()
1789 return a.r_addend < b.r_addend; in updateAllocSize()
1810 (!config->isRela || i->r_addend == j->r_addend)) in updateAllocSize()
1812 if (j - i < 3 || (config->isRela && i->r_addend != 0)) in updateAllocSize()
1843 add(g[0].r_addend - addend); in updateAllocSize()
1844 addend = g[0].r_addend; in updateAllocSize()
1855 add(i->r_addend - addend); in updateAllocSize()
1856 addend = i->r_addend; in updateAllocSize()
1872 add(r.r_addend - addend); in updateAllocSize()
1873 addend = r.r_addend; in updateAllocSize()
1899 add(r.r_addend - addend); in updateAllocSize()
1900 addend = r.r_addend; in updateAllocSize()