Lines Matching refs:SecEnd
932 uint64_t SecEnd = getStream().tell(); in computeSymbolTable() local
933 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
947 SecEnd = getStream().tell(); in computeSymbolTable()
948 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1244 uint64_t SecEnd = getStream().tell(); in writeObject() local
1245 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1286 uint64_t SecEnd = getStream().tell(); in writeObject() local
1287 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1301 uint64_t SecEnd = getStream().tell(); in writeObject() local
1302 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1308 uint64_t SecEnd = getStream().tell(); in writeObject() local
1309 SectionOffsets[Sec] = std::make_pair(SecStart, SecEnd); in writeObject()