Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1102 SHT_LLVM_PART_EHDR = 0x6fff4c06, // ELF header for loadable partition. enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDELF.cpp316 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_PART_EHDR); in getELFSectionTypeName()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObjcopy.cpp501 if (Sec.Type == SHT_LLVM_PART_EHDR || Sec.Type == SHT_LLVM_PART_PHDR) in replaceAndRemoveSections()
HDELFObject.cpp1439 if (Sec.Type == SHT_LLVM_PART_EHDR && Sec.Name == *ExtractPartition) { in findEhdrOffset()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDWriter.cpp686 if (osec.type == SHT_LLVM_PART_EHDR) in getSectionRank()
2397 cmd->type == SHT_LLVM_PART_EHDR) in fixSectionAlignments()
HDSyntheticSections.cpp4403 : SyntheticSection(SHF_ALLOC, SHT_LLVM_PART_EHDR, 1, "") {} in PartitionElfHeaderSection()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp701 ECase(SHT_LLVM_PART_EHDR); in enumeration()