Lines Matching refs:SectionOffsets
190 SectionOffsetsTy &SectionOffsets);
201 const SectionOffsetsTy &SectionOffsets);
644 SectionOffsetsTy &SectionOffsets) { in computeSymbolTable() argument
799 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
814 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1063 const SectionOffsetsTy &SectionOffsets) { in writeSectionHeader() argument
1080 SectionOffsets.find(Section)->second; in writeSectionHeader()
1111 SectionOffsetsTy SectionOffsets; in writeObject() local
1128 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1170 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1187 SectionOffsets); in writeObject()
1197 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1204 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1211 SectionOffsets[StrtabSection] = std::make_pair(SecStart, W.OS.tell()); in writeObject()
1217 writeSectionHeader(Layout, SectionIndexMap, SectionOffsets); in writeObject()