Lines Matching refs:SectionOffsets
201 SectionOffsetsTy &SectionOffsets);
213 const SectionOffsetsTy &SectionOffsets);
769 SectionOffsetsTy &SectionOffsets) { in computeSymbolTable() argument
933 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() argument
1202 SectionOffsets.find(Section)->second; in writeSectionHeader()
1230 SectionOffsetsTy SectionOffsets; in writeObject() local
1245 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1287 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1291 computeSymbolTable(Asm, Layout, SectionIndexMap, RevGroupMap, SectionOffsets); in writeObject()
1302 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1309 SectionOffsets[Sec] = std::make_pair(SecStart, SecEnd); in writeObject()
1318 writeSectionHeader(Layout, SectionIndexMap, SectionOffsets); in writeObject()