Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp115 relSec->nextInSectionGroup))) in resolveReloc()
171 return !sec->nextInSectionGroup; in isReserved()
281 if (!isRel && !sec->nextInSectionGroup) { in run()
320 if (sec.nextInSectionGroup) in mark()
321 enqueue(sec.nextInSectionGroup, 0); in mark()
H A DInputSection.h197 InputSectionBase *nextInSectionGroup = nullptr; variable
H A DInputFiles.cpp445 prev->nextInSectionGroup = s; in handleSectionGroup()
451 prev->nextInSectionGroup = head; in handleSectionGroup()