Lines Matching refs:SecStart
616 uint64_t SecStart = align(SymtabSection->getAlignment()); in computeSymbolTable() local
760 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
769 SecStart = W.OS.tell(); in computeSymbolTable()
775 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1098 const uint64_t SecStart = align(Section.getAlignment()); in writeObject() local
1104 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1135 const uint64_t SecStart = align(Group->getAlignment()); in writeObject() local
1146 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1167 const uint64_t SecStart = align(RelSection->getAlignment()); in writeObject() local
1173 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1177 uint64_t SecStart = W.OS.tell(); in writeObject() local
1180 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1185 uint64_t SecStart = W.OS.tell(); in writeObject() local
1187 SectionOffsets[StrtabSection] = std::make_pair(SecStart, W.OS.tell()); in writeObject()