Home
last modified time | relevance | path

Searched refs:SHT_LLVM_PART_EHDR (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1081 SHT_LLVM_PART_EHDR = 0x6fff4c06, // ELF header for loadable partition. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp312 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_PART_EHDR); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp468 if (Sec.Type == SHT_LLVM_PART_EHDR || Sec.Type == SHT_LLVM_PART_PHDR) in replaceAndRemoveSections()
H A DELFObject.cpp1407 if (Sec.Type == SHT_LLVM_PART_EHDR && Sec.Name == *ExtractPartition) { in findEhdrOffset()
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp941 if (osec.type == SHT_LLVM_PART_EHDR) in getSectionRank()
2591 cmd->type == SHT_LLVM_PART_EHDR) in fixSectionAlignments()
H A DSyntheticSections.cpp3783 : SyntheticSection(SHF_ALLOC, SHT_LLVM_PART_EHDR, 1, "") {} in PartitionElfHeaderSection()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp684 ECase(SHT_LLVM_PART_EHDR); in enumeration()