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.h1358 class PartitionElfHeaderSection final : public SyntheticSection {
1360 PartitionElfHeaderSection();
H A DSyntheticSections.cpp4402 PartitionElfHeaderSection<ELFT>::PartitionElfHeaderSection() in PartitionElfHeaderSection() function in PartitionElfHeaderSection
4406 size_t PartitionElfHeaderSection<ELFT>::getSize() const { in getSize()
4411 void PartitionElfHeaderSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()
4716 part.elfHeader = std::make_unique<PartitionElfHeaderSection<ELFT>>(); in createSyntheticSections()