Searched refs:sectionNumber (Results 1 – 3 of 3) sorted by relevance
200 SectionChunk *ObjFile::readSection(uint32_t sectionNumber, in readSection() argument203 const coff_section *sec = getSection(sectionNumber); in readSection()209 fatal("getSectionName failed: #" + Twine(sectionNumber) + ": " + in readSection()290 int32_t sectionNumber = sym.getSectionNumber(); in readAssociativeDefinition() local300 Twine(sectionNumber) + ") has invalid reference to section " + in readAssociativeDefinition()315 SectionChunk *c = readSection(sectionNumber, def, ""); in readAssociativeDefinition()316 sparseChunks[sectionNumber] = c; in readAssociativeDefinition()322 sparseChunks[sectionNumber] = nullptr; in readAssociativeDefinition()335 int32_t sectionNumber = sym.getSectionNumber(); in recordPrevailingSymbolForMingw() local336 SectionChunk *sc = sparseChunks[sectionNumber]; in recordPrevailingSymbolForMingw()[all …]
229 readSection(uint32_t sectionNumber,
189 unsigned sectionNumber = 0; in parse() local212 sw->startLine() << "Section " << ++sectionNumber << " {\n"; in parse()