Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DRelocations.cpp1980 uint32_t thunkUpperBound = isdBegin + thunkSectionSpacing; in createInitialThunkSections() local
1984 if (isecLimit > thunkUpperBound) { in createInitialThunkSections()
1986 thunkUpperBound = prevIsecLimit + thunkSectionSpacing; in createInitialThunkSections()