Home
last modified time | relevance | path

Searched refs:RelIt (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DAArch64ErrataFix.cpp555 auto RelIt = std::find_if( in implementPatch() local
558 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()