Searched refs:PartitionIndexSection (Results 1 – 3 of 3) sorted by relevance
1231 class PartitionIndexSection final : public SyntheticSection {1233 PartitionIndexSection();
3813 PartitionIndexSection::PartitionIndexSection() in PartitionIndexSection() function in PartitionIndexSection3816 size_t PartitionIndexSection::getSize() const { in getSize()3820 void PartitionIndexSection::finalizeContents() { in finalizeContents()3825 void PartitionIndexSection::writeTo(uint8_t *buf) { in writeTo()
490 in.partIndex = std::make_unique<PartitionIndexSection>(); in createSyntheticSections()