Lines Matching refs:SecStart
655 uint64_t SecStart = align(SymtabSection->getAlign()); in computeSymbolTable() local
799 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
808 SecStart = W.OS.tell(); in computeSymbolTable()
814 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1122 const uint64_t SecStart = align(Section.getAlign()); in writeObject() local
1128 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1159 const uint64_t SecStart = align(Group->getAlign()); in writeObject() local
1170 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1191 const uint64_t SecStart = align(RelSection->getAlign()); in writeObject() local
1197 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1201 uint64_t SecStart = W.OS.tell(); in writeObject() local
1204 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1209 uint64_t SecStart = W.OS.tell(); in writeObject() local
1211 SectionOffsets[StrtabSection] = std::make_pair(SecStart, W.OS.tell()); in writeObject()