Home
last modified time | relevance | path

Searched refs:SHT_LLVM_PART_PHDR (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1103 SHT_LLVM_PART_PHDR = 0x6fff4c07, // Phdrs for loadable partition. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp317 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_PART_PHDR); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp501 if (Sec.Type == SHT_LLVM_PART_EHDR || Sec.Type == SHT_LLVM_PART_PHDR) in replaceAndRemoveSections()
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp688 else if (osec.type == SHT_LLVM_PART_PHDR) in getSectionRank()
H A DSyntheticSections.cpp4421 : SyntheticSection(SHF_ALLOC, SHT_LLVM_PART_PHDR, 1, ".phdrs") {} in PartitionProgramHeadersSection()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp702 ECase(SHT_LLVM_PART_PHDR); in enumeration()