Home
last modified time | relevance | path

Searched refs:PartitionElfHeaderSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1388 class PartitionElfHeaderSection final : public SyntheticSection {
1390 PartitionElfHeaderSection(Ctx &);
H A DSyntheticSections.cpp4503 PartitionElfHeaderSection<ELFT>::PartitionElfHeaderSection(Ctx &ctx) in PartitionElfHeaderSection() function in PartitionElfHeaderSection
4507 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()