Searched refs:SectionOffsets (Results 1 – 3 of 3) sorted by relevance
201 SectionOffsetsTy &SectionOffsets);213 const SectionOffsetsTy &SectionOffsets);769 SectionOffsetsTy &SectionOffsets) { in computeSymbolTable() argument933 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()948 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()1185 const SectionOffsetsTy &SectionOffsets) { in writeSectionHeader() argument1202 SectionOffsets.find(Section)->second; in writeSectionHeader()1230 SectionOffsetsTy SectionOffsets; in writeObject() local1245 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()1287 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()[all …]
51 return SectionOffsets; in getSectionOffsets()66 codeview::FixedStreamArray<SectionOffset> SectionOffsets; variable
150 if (auto EC = Reader.readArray(SectionOffsets, Header->NumSections)) in reload()