Lines Matching refs:SectionOffsets
188 SectionOffsetsTy &SectionOffsets);
197 const SectionOffsetsTy &SectionOffsets);
614 SectionOffsetsTy &SectionOffsets) { in computeSymbolTable() argument
769 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
784 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1025 const SectionOffsetsTy &SectionOffsets) { in writeSectionHeader() argument
1042 SectionOffsets.find(Section)->second; in writeSectionHeader()
1071 SectionOffsetsTy SectionOffsets; in writeObject() local
1088 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1130 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1147 SectionOffsets); in writeObject()
1157 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1164 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1171 SectionOffsets[StrtabSection] = std::make_pair(SecStart, W.OS.tell()); in writeObject()
1177 writeSectionHeader(Layout, SectionIndexMap, SectionOffsets); in writeObject()