Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DAArch64ErrataFix.cpp391 uint64_t PatcheeOffset; member in lld::elf::Patch843419Section
399 Patchee(P), PatcheeOffset(Off) { in Patch843419Section()
408 return Patchee->getVA(PatcheeOffset); in getLDSTAddr()
414 write32le(Buf, read32le(Patchee->data().begin() + PatcheeOffset)); in writeTo()
538 static void implementPatch(uint64_t AdrpAddr, uint64_t PatcheeOffset, in implementPatch() argument
557 [=](const Relocation &R) { return R.Offset == PatcheeOffset; }); in implementPatch()
565 auto *PS = make<Patch843419Section>(IS, PatcheeOffset); in implementPatch()
575 *RelIt = MakeRelToPatch(PatcheeOffset, PS->PatchSym); in implementPatch()
577 IS->Relocations.push_back(MakeRelToPatch(PatcheeOffset, PS->PatchSym)); in implementPatch()
610 if (uint64_t PatcheeOffset = scanCortexA53Errata843419(IS, Off, Limit)) in patchInputSectionDescription() local
[all …]