Searched refs:prevIsecLimit (Results 1 – 3 of 3) sorted by relevance
357 uint64_t prevIsecLimit = isd.sections.front()->outSecOff; in insertPatches() local358 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()
486 uint64_t prevIsecLimit = isd.sections.front()->outSecOff; in insertPatches() local487 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()
1812 uint32_t prevIsecLimit = isdBegin; in createInitialThunkSections() local1818 addThunkSection(os, isd, prevIsecLimit); in createInitialThunkSections()1819 thunkUpperBound = prevIsecLimit + thunkSectionSpacing; in createInitialThunkSections()1823 prevIsecLimit = isecLimit; in createInitialThunkSections()