Lines Matching refs:SectionChunk
185 static SectionChunk *const pendingComdat = reinterpret_cast<SectionChunk *>(1);
199 SectionChunk *ObjFile::readSection(uint32_t sectionNumber, in readSection()
244 auto *c = make<SectionChunk>(this, sec); in readSection()
288 SectionChunk *parent = sparseChunks[parentIndex]; in readAssociativeDefinition()
314 SectionChunk *c = readSection(sectionNumber, def, ""); in readAssociativeDefinition()
335 SectionChunk *sc = sparseChunks[sectionNumber]; in recordPrevailingSymbolForMingw()
357 SectionChunk *sc = sparseChunks[sym.getSectionNumber()]; in createRegular()
474 SectionChunk *leaderChunk = leader->getChunk(); in handleComdatSelection()
546 SectionChunk newChunk(this, getSection(sym)); in handleComdatSelection()
661 SectionChunk *c = readSection(sectionNumber, def, getName()); in createDefined()
692 if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName)) in getDebugSection()
1027 SectionChunk chunk;
1047 SectionChunk *fakeSC = nullptr; in parse()