Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp388 uint64_t patcheeOffset; member in elf::Patch843419Section
396 patchee(p), patcheeOffset(off) { in Patch843419Section()
405 return patchee->getVA(patcheeOffset); in getLDSTAddr()
411 write32le(buf, read32le(patchee->content().begin() + patcheeOffset)); in writeTo()
530 static void implementPatch(Ctx &ctx, uint64_t adrpAddr, uint64_t patcheeOffset, in implementPatch() argument
548 return r.offset == patcheeOffset; in implementPatch()
557 auto *ps = make<Patch843419Section>(ctx, isec, patcheeOffset); in implementPatch()
566 *relIt = makeRelToPatch(patcheeOffset, ps->patchSym); in implementPatch()
568 isec->addReloc(makeRelToPatch(patcheeOffset, ps->patchSym)); in implementPatch()
598 if (uint64_t patcheeOffset = in patchInputSectionDescription() local
[all …]
H A DARMErrataFix.cpp88 uint64_t patcheeOffset; member in elf::Patch657417Section
139 patchee(p), patcheeOffset(off), instr(instr), isARM(isARM) { in Patch657417Section()
149 return patchee->getVA(patcheeOffset); in getBranchAddr()