Lines Matching refs:SecEnd
757 uint64_t SecEnd = W.OS.tell(); in computeSymbolTable() local
758 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
772 SecEnd = W.OS.tell(); in computeSymbolTable()
773 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1099 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1100 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1151 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1152 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1180 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1181 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1187 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1188 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1199 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1200 SectionOffsets[CGProfileSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1206 uint64_t SecEnd = W.OS.tell(); in writeObject() local
1207 SectionOffsets[Sec] = std::make_pair(SecStart, SecEnd); in writeObject()