Lines Matching defs:r_addend
216 int32_t r_addend = 0;
218 .readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) {
227 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
711 int64_t r_addend = 0;
713 .readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) {
722 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);