Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dsection-types.test59 # LLVM: Type: SHT_LLVM_PART_EHDR
205 Type: SHT_LLVM_PART_EHDR
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp258 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_PART_EHDR); in getELFSectionTypeName()
/external/llvm-project/llvm/lib/Object/
DELF.cpp277 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_PART_EHDR); in getELFSectionTypeName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h848 SHT_LLVM_PART_EHDR = 0x6fff4c06, // ELF header for loadable partition. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h872 SHT_LLVM_PART_EHDR = 0x6fff4c06, // ELF header 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()
DObject.cpp1396 if (Sec.Type == SHT_LLVM_PART_EHDR && Sec.Name == *ExtractPartition) { in findEhdrOffset()
/external/llvm-project/lld/ELF/
DWriter.cpp950 if (sec->type == SHT_LLVM_PART_EHDR) in getSectionRank()
2514 cmd->type == SHT_LLVM_PART_EHDR) in fixSectionAlignments()
DSyntheticSections.cpp3727 : SyntheticSection(SHF_ALLOC, SHT_LLVM_PART_EHDR, 1, "") {} in PartitionElfHeaderSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp471 ECase(SHT_LLVM_PART_EHDR); in enumeration()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp493 ECase(SHT_LLVM_PART_EHDR); in enumeration()