Lines Matching refs:SectionChunk
186 static SectionChunk *const pendingComdat = reinterpret_cast<SectionChunk *>(1);
200 SectionChunk *ObjFile::readSection(uint32_t sectionNumber, in readSection()
245 auto *c = make<SectionChunk>(this, sec); in readSection()
289 SectionChunk *parent = sparseChunks[parentIndex]; in readAssociativeDefinition()
315 SectionChunk *c = readSection(sectionNumber, def, ""); in readAssociativeDefinition()
336 SectionChunk *sc = sparseChunks[sectionNumber]; in recordPrevailingSymbolForMingw()
358 SectionChunk *sc = sparseChunks[sym.getSectionNumber()]; in createRegular()
475 SectionChunk *leaderChunk = leader->getChunk(); in handleComdatSelection()
547 SectionChunk newChunk(this, getSection(sym)); in handleComdatSelection()
662 SectionChunk *c = readSection(sectionNumber, def, getName()); in createDefined()
693 if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName)) in getDebugSection()
1034 SectionChunk *fakeSC = nullptr; in parse()