Searched refs:partIndex (Results 1 – 2 of 2) sorted by relevance
457 in.partIndex = make<PartitionIndexSection>(); in createSyntheticSections()458 addOptionalRegular("__part_index_begin", in.partIndex, 0); in createSyntheticSections()459 addOptionalRegular("__part_index_end", in.partIndex, in createSyntheticSections()460 in.partIndex->getSize()); in createSyntheticSections()461 add(in.partIndex); in createSyntheticSections()1876 finalizeSynthetic(in.partIndex); in finalizeSections()
1207 SyntheticSection *partIndex; member