Lines Matching refs:SecEnd
798 uint64_t SecEnd = W.OS.tell(); in computeSymbolTable() local
799 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
813 SecEnd = W.OS.tell(); in computeSymbolTable()
814 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1127 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1128 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1169 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1170 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1196 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1197 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1203 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1204 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()