Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDELF.cpp259 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_PART_PHDR); in getELFSectionTypeName()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h849 SHT_LLVM_PART_PHDR = 0x6fff4c07, // Phdrs for loadable partition. enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
HDELFObjcopy.cpp521 if (Sec.Type == SHT_LLVM_PART_EHDR || Sec.Type == SHT_LLVM_PART_PHDR) in replaceAndRemoveSections()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp472 ECase(SHT_LLVM_PART_PHDR); in enumeration()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDWriter.cpp866 if (sec->type == SHT_LLVM_PART_PHDR) in getSectionRank()
HDSyntheticSections.cpp3677 : SyntheticSection(SHF_ALLOC, SHT_LLVM_PART_PHDR, 1, ".phdrs") {} in PartitionProgramHeadersSection()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp3463 case SHT_LLVM_PART_PHDR: in getSectionTypeString()