Searched refs:PartitionProgramHeadersSection (Results 1 – 2 of 2) sorted by relevance
1396 class PartitionProgramHeadersSection final : public SyntheticSection {1398 PartitionProgramHeadersSection(Ctx &);
4521 PartitionProgramHeadersSection<ELFT>::PartitionProgramHeadersSection(Ctx &ctx) in PartitionProgramHeadersSection() function in PartitionProgramHeadersSection4525 size_t PartitionProgramHeadersSection<ELFT>::getSize() const { in getSize()4530 void PartitionProgramHeadersSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()4792 std::make_unique<PartitionProgramHeadersSection<ELFT>>(ctx); in createSyntheticSections()