/third_party/elfutils/backends/ |
H A D | ppc_regs.c | 52 *bits = ebl->machine == EM_PPC64 ? 64 : 32; in ppc_register_info() 61 if (ebl->machine != EM_PPC64 && regno < 64) in ppc_register_info()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELF.cpp | 97 case ELF::EM_PPC64: in getELFRelocationTypeName() 180 case ELF::EM_PPC64: in getELFRelativeRelocationType() 463 case ELF::EM_PPC64: in getDynamicTagAsString()
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_e_machine_string.c | 73 case EM_PPC64: in dwelf_elf_e_machine_string()
|
/third_party/elfutils/tests/ |
H A D | saridx.c | 47 MACHINE (EM_PPC64),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCELFObjectWriter.cpp | 38 Is64Bit ? ELF::EM_PPC64 : ELF::EM_PPC, in PPCELFObjectWriter()
|
/third_party/libabigail/src/ |
H A D | abg-elf-helpers.cc | 154 case EM_PPC64: in e_machine_to_string() 967 return (elf_header && elf_header->e_machine == EM_PPC64); in architecture_is_ppc64()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 106 #define EM_PPC64 21 // 64-bit PowerPC macro
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 877 writer.set_machine( EM_PPC64 ); in TEST() 902 checkHeader( reader, ELFCLASS64, ELFDATA2MSB, EV_CURRENT, ET_REL, EM_PPC64, in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 81 ECase(EM_PPC64); in enumeration() 657 case ELF::EM_PPC64: in enumeration() 713 case ELF::EM_PPC64: in enumeration()
|
/third_party/elfutils/libebl/ |
H A D | eblopenbackend.c | 79 { ppc64_init, "elf_ppc64", "ppc64", 5, EM_PPC64, ELFCLASS64, ELFDATA2MSB },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 143 EM_PPC64 = 21, // PowerPC64 enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 144 EM_PPC64 = 21, // PowerPC64 enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1099 case ELF::EM_PPC64: in getFileFormatName() 1153 case ELF::EM_PPC64: in getArch()
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 127 { EM_PPC64, "64-bit PowerPC" },
|
H A D | elf_types.hpp | 85 constexpr Elf_Half EM_PPC64 = 21; // 64-bit PowerPC member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 154 #define EM_PPC64 21 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 154 #define EM_PPC64 21 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 154 #define EM_PPC64 21 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 154 #define EM_PPC64 21 macro
|
/third_party/musl/include/ |
H A D | elf.h | 154 #define EM_PPC64 21 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 189 #define EM_PPC64 21 /* PowerPC 64-bit */ macro
|
/third_party/elfutils/src/ |
H A D | elflint.c | 323 EM_PPC64, EM_S390, EM_V800, EM_FR20, EM_RH32, EM_RCE, EM_ARM,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1461 pub const EM_PPC64: u16 = 21; consts
|