Home
last modified time | relevance | path

Searched refs:EM_PPC (Results 1 - 23 of 23) sorted by relevance

/third_party/elfutils/libdwelf/
H A Ddwelf_elf_e_machine_string.c71 case EM_PPC: in dwelf_elf_e_machine_string()
/third_party/elfutils/tests/
H A Dsaridx.c46 MACHINE (EM_PPC),
H A Dnewdata.c101 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 DELF.cpp90 case ELF::EM_PPC: in getELFRelocationTypeName()
178 case ELF::EM_PPC: in getELFRelativeRelocationType()
/third_party/elfio/tests/
H A DELFIOTest.cpp542 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 DPPCELFObjectWriter.cpp38 Is64Bit ? ELF::EM_PPC64 : ELF::EM_PPC, in PPCELFObjectWriter()
/third_party/libabigail/src/
H A Dabg-elf-helpers.cc152 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 Delf_types_c_wrapper.hpp105 #define EM_PPC 20 // PowerPC macro
/third_party/elfutils/libebl/
H A Deblopenbackend.c78 { 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 DELF.h142 EM_PPC = 20, // PowerPC enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h143 EM_PPC = 20, // PowerPC enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFObjectFile.h1079 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 DELFYAML.cpp80 ECase(EM_PPC); in enumeration()
706 case ELF::EM_PPC: in enumeration()
/third_party/elfio/elfio/
H A Delfio_dump.hpp126 { EM_PPC, "PowerPC" },
H A Delf_types.hpp84 constexpr Elf_Half EM_PPC = 20; // PowerPC member
/third_party/musl/porting/linux/user/include/
H A Delf.h153 #define EM_PPC 20 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h153 #define EM_PPC 20 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h153 #define EM_PPC 20 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h153 #define EM_PPC 20 macro
/third_party/musl/include/
H A Delf.h153 #define EM_PPC 20 macro
/third_party/elfutils/libelf/
H A Delf.h188 #define EM_PPC 20 /* PowerPC */ macro
/third_party/elfutils/src/
H A Delflint.c322 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 Dmod.rs1460 pub const EM_PPC: u16 = 20; consts

Completed in 104 milliseconds