Searched refs:PartitionIndexSection (Results 1 – 2 of 2) sorted by relevance
1403 class PartitionIndexSection final : public SyntheticSection {1405 PartitionIndexSection(Ctx &);
4534 PartitionIndexSection::PartitionIndexSection(Ctx &ctx) in PartitionIndexSection() function in PartitionIndexSection4537 size_t PartitionIndexSection::getSize() const { in getSize()4541 void PartitionIndexSection::finalizeContents() { in finalizeContents()4547 void PartitionIndexSection::writeTo(uint8_t *buf) { in writeTo()4893 ctx.in.partIndex = std::make_unique<PartitionIndexSection>(ctx); in createSyntheticSections()