Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DMarkLive.cpp115 relSec->nextInSectionGroup))) in resolveReloc()
177 return !sec->nextInSectionGroup; in isReserved()
294 if (!isRel && !sec->nextInSectionGroup) { in run()
333 if (sec.nextInSectionGroup) in mark()
334 enqueue(sec.nextInSectionGroup, 0); in mark()
H A DInputSection.h172 InputSectionBase *nextInSectionGroup = nullptr; variable
H A DInputFiles.cpp503 prev->nextInSectionGroup = s; in handleSectionGroup()
509 prev->nextInSectionGroup = head; in handleSectionGroup()