Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp485 uint64_t prevIsecLimit = isd.sections.front()->outSecOff; in insertPatches() local
486 uint64_t patchUpperBound = prevIsecLimit + target->getThunkSectionSpacing(); in insertPatches()
498 if ((*patchIt)->getLDSTAddr() - outSecAddr >= prevIsecLimit) in insertPatches()
500 (*patchIt)->outSecOff = prevIsecLimit; in insertPatches()
503 patchUpperBound = prevIsecLimit + target->getThunkSectionSpacing(); in insertPatches()
505 prevIsecLimit = isecLimit; in insertPatches()
H A DARMErrataFix.cpp367 uint64_t prevIsecLimit = isd.sections.front()->outSecOff; in insertPatches() local
368 uint64_t patchUpperBound = prevIsecLimit + spacing; in insertPatches()
381 if ((*patchIt)->getBranchAddr() - outSecAddr >= prevIsecLimit) in insertPatches()
383 (*patchIt)->outSecOff = prevIsecLimit; in insertPatches()
385 patchUpperBound = prevIsecLimit + spacing; in insertPatches()
387 prevIsecLimit = isecLimit; in insertPatches()
H A DRelocations.cpp2152 uint32_t prevIsecLimit = isdBegin; in createInitialThunkSections() local
2158 addThunkSection(os, isd, prevIsecLimit); in createInitialThunkSections()
2159 thunkUpperBound = prevIsecLimit + thunkSectionSpacing; in createInitialThunkSections()
2163 prevIsecLimit = isecLimit; in createInitialThunkSections()