Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DRelocations.cpp2019 uint32_t thunkSectionSpacing = target->getThunkSectionSpacing(); in createInitialThunkSections() local
2030 if (isdEnd - isdBegin > thunkSectionSpacing * 2) in createInitialThunkSections()
2031 lastThunkLowerBound = isdEnd - thunkSectionSpacing; in createInitialThunkSections()
2035 uint32_t thunkUpperBound = isdBegin + thunkSectionSpacing; in createInitialThunkSections()
2041 thunkUpperBound = prevIsecLimit + thunkSectionSpacing; in createInitialThunkSections()