Searched refs:thunkSectionSpacing (Results 1 – 1 of 1) sorted by relevance
2075 uint32_t thunkSectionSpacing = target->getThunkSectionSpacing(); in createInitialThunkSections() local2086 if (isdEnd - isdBegin > thunkSectionSpacing * 2) in createInitialThunkSections()2087 lastThunkLowerBound = isdEnd - thunkSectionSpacing; in createInitialThunkSections()2091 uint32_t thunkUpperBound = isdBegin + thunkSectionSpacing; in createInitialThunkSections()2097 thunkUpperBound = prevIsecLimit + thunkSectionSpacing; in createInitialThunkSections()