Lines Matching refs:SecEnd
768 uint64_t SecEnd = W.OS.tell(); in computeSymbolTable() local
769 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
783 SecEnd = W.OS.tell(); in computeSymbolTable()
784 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1087 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1088 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1129 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1130 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1156 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1157 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1163 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1164 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()