Searched refs:thunkSectionSpacing (Results 1 – 1 of 1) sorted by relevance
2264 uint32_t thunkSectionSpacing = ctx.target->getThunkSectionSpacing(); in createInitialThunkSections() local2274 if (isdEnd - isdBegin > thunkSectionSpacing * 2) in createInitialThunkSections()2275 lastThunkLowerBound = isdEnd - thunkSectionSpacing; in createInitialThunkSections()2279 uint32_t thunkUpperBound = isdBegin + thunkSectionSpacing; in createInitialThunkSections()2285 thunkUpperBound = prevIsecLimit + thunkSectionSpacing; in createInitialThunkSections()