Lines Matching refs:SectionOffsets
190 SectionOffsetsTy &SectionOffsets);
199 const SectionOffsetsTy &SectionOffsets);
605 SectionOffsetsTy &SectionOffsets) { in computeSymbolTable() argument
760 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
775 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1041 const SectionOffsetsTy &SectionOffsets) { in writeSectionHeader() argument
1058 SectionOffsets.find(Section)->second; in writeSectionHeader()
1087 SectionOffsetsTy SectionOffsets; in writeObject() local
1104 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1146 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1163 SectionOffsets); in writeObject()
1173 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1180 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1187 SectionOffsets[StrtabSection] = std::make_pair(SecStart, W.OS.tell()); in writeObject()
1193 writeSectionHeader(Layout, SectionIndexMap, SectionOffsets); in writeObject()