Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DAArch64ErrataFix.cpp387 const InputSection *patchee; member in elf::Patch843419Section
397 patchee(p), patcheeOffset(off) { in Patch843419Section()
406 return patchee->getVA(patcheeOffset); in getLDSTAddr()
412 write32le(buf, read32le(patchee->content().begin() + patcheeOffset)); in writeTo()
H A DARMErrataFix.cpp87 const InputSection *patchee; member in elf::Patch657417Section
140 patchee(p), patcheeOffset(off), instr(instr), isARM(isARM) { in Patch657417Section()
149 return patchee->getVA(patcheeOffset); in getBranchAddr()