Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DRelocations.cpp1971 uint32_t isdBegin = isd->sections.front()->outSecOff; in createInitialThunkSections() local
1975 if (isdEnd - isdBegin > thunkSectionSpacing * 2) in createInitialThunkSections()
1979 uint32_t prevIsecLimit = isdBegin; in createInitialThunkSections()
1980 uint32_t thunkUpperBound = isdBegin + thunkSectionSpacing; in createInitialThunkSections()