Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp2153 uint32_t thunkUpperBound = isdBegin + thunkSectionSpacing; in createInitialThunkSections() local
2157 if (isecLimit > thunkUpperBound) { in createInitialThunkSections()
2159 thunkUpperBound = prevIsecLimit + thunkSectionSpacing; in createInitialThunkSections()