Lines Matching refs:SecEnd
759 uint64_t SecEnd = W.OS.tell(); in computeSymbolTable() local
760 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
774 SecEnd = W.OS.tell(); in computeSymbolTable()
775 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1103 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1104 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1145 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1146 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1172 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1173 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1179 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1180 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()