/external/llvm/test/tools/gold/PowerPC/ |
D | mtriple.ll | 12 ; REL-NEXT: Machine: EM_PPC 15 ; DSO-NEXT: Machine: EM_PPC
|
/external/iproute2/include/uapi/linux/ |
D | elf-em.h | 23 #define EM_PPC 20 /* PowerPC */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | elf-em.h | 23 #define EM_PPC 20 /* PowerPC */ macro
|
D | audit.h | 395 #define AUDIT_ARCH_PPC (EM_PPC)
|
/external/llvm/lib/Object/ |
D | ELF.cpp | 71 case ELF::EM_PPC: in getELFRelocationTypeName()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetELFWriterInfo.h | 45 EM_PPC = 20, // PowerPC enumerator
|
/external/syslinux/gpxe/src/include/ |
D | elf.h | 32 #define EM_PPC 20 /* PowerPC */ macro
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCAsmBackend.cpp | 171 … is64 ? ELF::EM_PPC64 : ELF::EM_PPC, in createObjectWriter()
|
/external/elfutils/tests/ |
D | saridx.c | 46 MACHINE (EM_PPC),
|
D | newdata.c | 100 ehdr->e_machine = class == ELFCLASS32 ? EM_PPC : EM_X86_64; in create_elf()
|
/external/valgrind/coregrind/ |
D | pub_core_machine.h | 56 # define VG_ELF_MACHINE EM_PPC
|
D | launcher-linux.c | 232 if (header.ehdr32.e_machine == EM_PPC && in select_platform()
|
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 46 #define EM_PPC 20 macro
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCELFObjectWriter.cpp | 38 Is64Bit ? ELF::EM_PPC64 : ELF::EM_PPC, in PPCELFObjectWriter()
|
/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 855 case ELF::EM_PPC: in getFileFormatName() 926 case ELF::EM_PPC: in getArch()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 142 EM_PPC = 20, // PowerPC enumerator
|
/external/elfutils/libebl/ |
D | eblopenbackend.c | 64 { "ppc", "elf_ppc", "ppc", 3, EM_PPC, ELFCLASS32, ELFDATA2MSB },
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 145 EM_PPC = 20, // PowerPC enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 142 EM_PPC = 20, // PowerPC enumerator
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 785 case EM_PPC: return "ppc"; in ElfArchitecture()
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 56 ECase(EM_PPC) in enumeration()
|
/external/elfutils/libelf/ |
D | elf.h | 190 #define EM_PPC 20 /* PowerPC */ macro
|
/external/kmod/port-gnu/ |
D | elf.h | 189 #define EM_PPC 20 /* PowerPC */ macro
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 1267 case ELF::EM_PPC: in createELFObjectWriter()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 816 ENUM_ENT(EM_PPC, "PowerPC"),
|