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.cpp121 relSec->nextInSectionGroup))) in resolveReloc()
177 return !sec->nextInSectionGroup; in isReserved()
287 if (!isStaticRelSecType(sec->type) && !sec->nextInSectionGroup) { in run()
328 if (sec.nextInSectionGroup) in mark()
329 enqueue(sec.nextInSectionGroup, 0); in mark()
H A DInputSection.h218 InputSectionBase *nextInSectionGroup = nullptr; variable
H A DInputFiles.cpp468 prev->nextInSectionGroup = s; in handleSectionGroup()
474 prev->nextInSectionGroup = head; in handleSectionGroup()