Lines Matching refs:SecStart
625 uint64_t SecStart = align(SymtabSection->getAlignment()); in computeSymbolTable() local
769 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
778 SecStart = W.OS.tell(); in computeSymbolTable()
784 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1082 const uint64_t SecStart = align(Section.getAlignment()); in writeObject() local
1088 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1119 const uint64_t SecStart = align(Group->getAlignment()); in writeObject() local
1130 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1151 const uint64_t SecStart = align(RelSection->getAlignment()); in writeObject() local
1157 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1161 uint64_t SecStart = W.OS.tell(); in writeObject() local
1164 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1169 uint64_t SecStart = W.OS.tell(); in writeObject() local
1171 SectionOffsets[StrtabSection] = std::make_pair(SecStart, W.OS.tell()); in writeObject()