Searched refs:PartitionElfHeaderSection (Results 1 – 2 of 2) sorted by relevance
1388 class PartitionElfHeaderSection final : public SyntheticSection {1390 PartitionElfHeaderSection(Ctx &);
4503 PartitionElfHeaderSection<ELFT>::PartitionElfHeaderSection(Ctx &ctx) in PartitionElfHeaderSection() function in PartitionElfHeaderSection4507 size_t PartitionElfHeaderSection<ELFT>::getSize() const { in getSize()4512 void PartitionElfHeaderSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()4787 part.elfHeader = std::make_unique<PartitionElfHeaderSection<ELFT>>(ctx); in createSyntheticSections()