Searched refs:RelIt (Results 1 – 1 of 1) sorted by relevance
555 auto RelIt = std::find_if( in implementPatch() local558 if (RelIt != IS->Relocations.end() && in implementPatch()559 (RelIt->Type == R_AARCH64_JUMP26 || RelIt->Expr == R_RELAX_TLS_IE_TO_LE)) in implementPatch()572 if (RelIt != IS->Relocations.end()) { in implementPatch()574 {RelIt->Expr, RelIt->Type, 0, RelIt->Addend, RelIt->Sym}); in implementPatch()575 *RelIt = MakeRelToPatch(PatcheeOffset, PS->PatchSym); in implementPatch()