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()
317 SectionChunk *parent = sparseChunks[parentIndex]; in readAssociativeDefinition()
343 SectionChunk *c = readSection(sectionNumber, def, ""); in readAssociativeDefinition()
364 SectionChunk *sc = sparseChunks[sectionNumber]; in recordPrevailingSymbolForMingw()
386 SectionChunk *sc = sparseChunks[sym.getSectionNumber()]; in createRegular()
503 SectionChunk *leaderChunk = leader->getChunk(); in handleComdatSelection()
575 SectionChunk newChunk(this, getSection(sym)); in handleComdatSelection()
690 SectionChunk *c = readSection(sectionNumber, def, getName()); in createDefined()
721 if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName)) in getDebugSection()
1058 SectionChunk chunk;
1077 SectionChunk *fakeSC = nullptr; in parse()