Lines Matching refs:SectionChunk
214 static SectionChunk *const pendingComdat = reinterpret_cast<SectionChunk *>(1);
228 SectionChunk *ObjFile::readSection(uint32_t sectionNumber, in readSection()
273 auto *c = make<SectionChunk>(this, sec); in readSection()
315 SectionChunk *parent = sparseChunks[parentIndex]; in readAssociativeDefinition()
341 SectionChunk *c = readSection(sectionNumber, def, ""); in readAssociativeDefinition()
362 SectionChunk *sc = sparseChunks[sectionNumber]; in recordPrevailingSymbolForMingw()
384 SectionChunk *sc = sparseChunks[sym.getSectionNumber()]; in createRegular()
501 SectionChunk *leaderChunk = nullptr; in handleComdatSelection()
573 SectionChunk newChunk(this, getSection(sym)); in handleComdatSelection()
688 SectionChunk *c = readSection(sectionNumber, def, getName()); in createDefined()
719 if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName)) in getDebugSection()