Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp116 relSec->nextInSectionGroup))) in resolveReloc()
178 return !sec->nextInSectionGroup; in isReserved()
303 if (sec.nextInSectionGroup) in mark()
304 enqueue(sec.nextInSectionGroup, 0); in mark()
387 if (!isAlloc && !isLinkOrder && !isRel && !sec->nextInSectionGroup) { in markLive()
H A DInputSection.h171 InputSectionBase *nextInSectionGroup = nullptr; variable
H A DInputFiles.cpp554 prev->nextInSectionGroup = s; in handleSectionGroup()
560 prev->nextInSectionGroup = head; in handleSectionGroup()