Searched refs:partIndex (Results 1 – 3 of 3) sorted by relevance
4478 partIndex.reset(); in reset()4822 in.partIndex = std::make_unique<PartitionIndexSection>(); in createSyntheticSections()4823 addOptionalRegular("__part_index_begin", in.partIndex.get(), 0); in createSyntheticSections()4824 addOptionalRegular("__part_index_end", in.partIndex.get(), in createSyntheticSections()4825 in.partIndex->getSize()); in createSyntheticSections()4826 add(*in.partIndex); in createSyntheticSections()
1502 std::unique_ptr<SyntheticSection> partIndex; member
1976 finalizeSynthetic(in.partIndex.get()); in finalizeSections()