Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp145 relSec->nextInSectionGroup))) { in resolveReloc()
217 return !sec->nextInSectionGroup; in isReserved()
402 if (!isStaticRelSecType(sec->type) && !sec->nextInSectionGroup) { in run()
464 if (sec.nextInSectionGroup) in mark()
465 enqueue(sec.nextInSectionGroup, /*offset=*/0, /*sym=*/nullptr, in mark()
H A DInputSection.h238 InputSectionBase *nextInSectionGroup = nullptr; variable
H A DInputFiles.cpp430 prev->nextInSectionGroup = s; in handleSectionGroup()
436 prev->nextInSectionGroup = head; in handleSectionGroup()