Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DMarkLive.cpp115 relSec->nextInSectionGroup))) in resolveReloc()
171 return !sec->nextInSectionGroup; in isReserved()
277 if (!isRel && !sec->nextInSectionGroup) { in run()
316 if (sec.nextInSectionGroup) in mark()
317 enqueue(sec.nextInSectionGroup, 0); in mark()
H A DInputSection.h179 InputSectionBase *nextInSectionGroup = nullptr; variable
H A DInputFiles.cpp416 prev->nextInSectionGroup = s; in handleSectionGroup()
422 prev->nextInSectionGroup = head; in handleSectionGroup()