/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_e_machine_string.c | 71 case EM_PPC: in dwelf_elf_e_machine_string()
|
/third_party/elfutils/tests/ |
H A D | saridx.c | 46 MACHINE (EM_PPC),
|
H A D | newdata.c | 101 ehdr->e_machine = class == ELFCLASS32 ? EM_PPC : EM_X86_64; in create_elf()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELF.cpp | 90 case ELF::EM_PPC: in getELFRelocationTypeName() 178 case ELF::EM_PPC: in getELFRelativeRelocationType()
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 542 checkHeader( reader, ELFCLASS32, ELFDATA2MSB, EV_CURRENT, ET_REL, EM_PPC, 1, in TEST() 613 checkHeader( reader, ELFCLASS32, ELFDATA2MSB, EV_CURRENT, ET_EXEC, EM_PPC, in TEST() 771 writer.set_machine( EM_PPC ); in TEST() 796 checkHeader( reader, ELFCLASS32, ELFDATA2MSB, EV_CURRENT, ET_REL, EM_PPC, in TEST()
|
/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 | 152 case EM_PPC: in e_machine_to_string() 980 return (elf_header && elf_header->e_machine == EM_PPC); in architecture_is_ppc32()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 105 #define EM_PPC 20 // PowerPC macro
|
/third_party/elfutils/libebl/ |
H A D | eblopenbackend.c | 78 { ppc_init, "elf_ppc", "ppc", 3, EM_PPC, ELFCLASS32, ELFDATA2MSB },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 142 EM_PPC = 20, // PowerPC enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 143 EM_PPC = 20, // PowerPC enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1079 case ELF::EM_PPC: in getFileFormatName() 1151 case ELF::EM_PPC: in getArch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 80 ECase(EM_PPC); in enumeration() 706 case ELF::EM_PPC: in enumeration()
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 126 { EM_PPC, "PowerPC" },
|
H A D | elf_types.hpp | 84 constexpr Elf_Half EM_PPC = 20; // PowerPC member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 153 #define EM_PPC 20 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 153 #define EM_PPC 20 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 153 #define EM_PPC 20 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 153 #define EM_PPC 20 macro
|
/third_party/musl/include/ |
H A D | elf.h | 153 #define EM_PPC 20 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 188 #define EM_PPC 20 /* PowerPC */ macro
|
/third_party/elfutils/src/ |
H A D | elflint.c | 322 EM_MIPS_RS3_LE, EM_PARISC, EM_VPP500, EM_SPARC32PLUS, EM_960, EM_PPC,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1460 pub const EM_PPC: u16 = 20; consts
|