Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DARMErrataFix.cpp357 uint64_t prevIsecLimit = isd.sections.front()->outSecOff; in insertPatches() local
358 uint64_t patchUpperBound = prevIsecLimit + spacing; in insertPatches()
371 if ((*patchIt)->getBranchAddr() - outSecAddr >= prevIsecLimit) in insertPatches()
373 (*patchIt)->outSecOff = prevIsecLimit; in insertPatches()
375 patchUpperBound = prevIsecLimit + spacing; in insertPatches()
377 prevIsecLimit = isecLimit; in insertPatches()
DAArch64ErrataFix.cpp486 uint64_t prevIsecLimit = isd.sections.front()->outSecOff; in insertPatches() local
487 uint64_t patchUpperBound = prevIsecLimit + target->getThunkSectionSpacing(); in insertPatches()
499 if ((*patchIt)->getLDSTAddr() - outSecAddr >= prevIsecLimit) in insertPatches()
501 (*patchIt)->outSecOff = prevIsecLimit; in insertPatches()
504 patchUpperBound = prevIsecLimit + target->getThunkSectionSpacing(); in insertPatches()
506 prevIsecLimit = isecLimit; in insertPatches()
DRelocations.cpp1812 uint32_t prevIsecLimit = isdBegin; in createInitialThunkSections() local
1818 addThunkSection(os, isd, prevIsecLimit); in createInitialThunkSections()
1819 thunkUpperBound = prevIsecLimit + thunkSectionSpacing; in createInitialThunkSections()
1823 prevIsecLimit = isecLimit; in createInitialThunkSections()