Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp2270 uint32_t isdBegin = isd->sections.front()->outSecOff; in createInitialThunkSections() local
2274 if (isdEnd - isdBegin > thunkSectionSpacing * 2) in createInitialThunkSections()
2278 uint32_t prevIsecLimit = isdBegin; in createInitialThunkSections()
2279 uint32_t thunkUpperBound = isdBegin + thunkSectionSpacing; in createInitialThunkSections()