Searched refs:sectionNumber (Results 1 – 3 of 3) sorted by relevance
233 SectionChunk *ObjFile::readSection(uint32_t sectionNumber, in readSection() argument236 const coff_section *sec = getSection(sectionNumber); in readSection()242 fatal("getSectionName failed: #" + Twine(sectionNumber) + ": " + in readSection()329 int32_t sectionNumber = sym.getSectionNumber(); in readAssociativeDefinition() local339 Twine(sectionNumber) + ") has invalid reference to section " + in readAssociativeDefinition()354 SectionChunk *c = readSection(sectionNumber, def, ""); in readAssociativeDefinition()355 sparseChunks[sectionNumber] = c; in readAssociativeDefinition()361 sparseChunks[sectionNumber] = nullptr; in readAssociativeDefinition()374 int32_t sectionNumber = sym.getSectionNumber(); in recordPrevailingSymbolForMingw() local375 SectionChunk *sc = sparseChunks[sectionNumber]; in recordPrevailingSymbolForMingw()[all …]
233 readSection(uint32_t sectionNumber,
193 unsigned sectionNumber = 0; in parse() local216 sw->startLine() << "Section " << ++sectionNumber << " {\n"; in parse()