Lines Matching defs:rai
244 auto rai = ra.begin(), rae = ra.end(), rbi = rb.begin();
245 for (; rai != rae; ++rai, ++rbi) {
246 if (rai->r_offset != rbi->r_offset ||
247 rai->getType(ctx.arg.isMips64EL) != rbi->getType(ctx.arg.isMips64EL))
250 uint64_t addA = getAddend<ELFT>(*rai);
253 Symbol &sa = secA->file->getRelocTargetSym(*rai);
344 auto rai = ra.begin(), rae = ra.end(), rbi = rb.begin();
345 for (; rai != rae; ++rai, ++rbi) {
347 Symbol &sa = secA->file->getRelocTargetSym(*rai);