Searched refs:partIndex (Results 1 – 3 of 3) sorted by relevance
589 std::unique_ptr<SyntheticSection> partIndex; member
4893 ctx.in.partIndex = std::make_unique<PartitionIndexSection>(ctx); in createSyntheticSections()4894 addOptionalRegular(ctx, "__part_index_begin", ctx.in.partIndex.get(), 0); in createSyntheticSections()4895 addOptionalRegular(ctx, "__part_index_end", ctx.in.partIndex.get(), in createSyntheticSections()4896 ctx.in.partIndex->getSize()); in createSyntheticSections()4897 add(*ctx.in.partIndex); in createSyntheticSections()
2095 finalizeSynthetic(ctx, ctx.in.partIndex.get()); in finalizeSections()