Lines Matching refs:patcheeOffset
389 uint64_t patcheeOffset; member in elf::Patch843419Section
397 patchee(p), patcheeOffset(off) { in Patch843419Section()
406 return patchee->getVA(patcheeOffset); in getLDSTAddr()
412 write32le(buf, read32le(patchee->rawData.begin() + patcheeOffset)); in writeTo()
530 static void implementPatch(uint64_t adrpAddr, uint64_t patcheeOffset, in implementPatch() argument
548 return r.offset == patcheeOffset; in implementPatch()
557 auto *ps = make<Patch843419Section>(isec, patcheeOffset); in implementPatch()
567 *relIt = makeRelToPatch(patcheeOffset, ps->patchSym); in implementPatch()
569 isec->relocations.push_back(makeRelToPatch(patcheeOffset, ps->patchSym)); in implementPatch()
599 if (uint64_t patcheeOffset = in patchInputSectionDescription() local
601 implementPatch(startAddr, patcheeOffset, isec, patches); in patchInputSectionDescription()