Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dsection-types.test61 # LLVM: Type: SHT_LLVM_PART_PHDR
207 Type: SHT_LLVM_PART_PHDR
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp259 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_PART_PHDR); in getELFSectionTypeName()
/external/llvm-project/llvm/lib/Object/
DELF.cpp278 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_PART_PHDR); in getELFSectionTypeName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h849 SHT_LLVM_PART_PHDR = 0x6fff4c07, // Phdrs for loadable partition. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h873 SHT_LLVM_PART_PHDR = 0x6fff4c07, // Phdrs for loadable partition. enumerator
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp537 if (Sec.Type == SHT_LLVM_PART_EHDR || Sec.Type == SHT_LLVM_PART_PHDR) in replaceAndRemoveSections()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp472 ECase(SHT_LLVM_PART_PHDR); in enumeration()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp494 ECase(SHT_LLVM_PART_PHDR); in enumeration()
/external/llvm-project/lld/ELF/
DWriter.cpp954 if (sec->type == SHT_LLVM_PART_PHDR) in getSectionRank()
DSyntheticSections.cpp3745 : SyntheticSection(SHF_ALLOC, SHT_LLVM_PART_PHDR, 1, ".phdrs") {} in PartitionProgramHeadersSection()