Home
last modified time | relevance | path

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

/third_party/elfutils/backends/
H A Dppc_regs.c52 *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 DELF.cpp97 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 Ddwelf_elf_e_machine_string.c73 case EM_PPC64: in dwelf_elf_e_machine_string()
/third_party/elfutils/tests/
H A Dsaridx.c47 MACHINE (EM_PPC64),
/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.cc154 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 Delf_types_c_wrapper.hpp106 #define EM_PPC64 21 // 64-bit PowerPC macro
/third_party/elfio/tests/
H A DELFIOTest.cpp877 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 DELFYAML.cpp81 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 Deblopenbackend.c79 { 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 DELF.h143 EM_PPC64 = 21, // PowerPC64 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h144 EM_PPC64 = 21, // PowerPC64 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFObjectFile.h1099 case ELF::EM_PPC64: in getFileFormatName()
1153 case ELF::EM_PPC64: in getArch()
/third_party/elfio/elfio/
H A Delfio_dump.hpp127 { EM_PPC64, "64-bit PowerPC" },
H A Delf_types.hpp85 constexpr Elf_Half EM_PPC64 = 21; // 64-bit PowerPC member
/third_party/musl/porting/linux/user/include/
H A Delf.h154 #define EM_PPC64 21 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h154 #define EM_PPC64 21 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h154 #define EM_PPC64 21 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h154 #define EM_PPC64 21 macro
/third_party/musl/include/
H A Delf.h154 #define EM_PPC64 21 macro
/third_party/elfutils/libelf/
H A Delf.h189 #define EM_PPC64 21 /* PowerPC 64-bit */ macro
/third_party/elfutils/src/
H A Delflint.c323 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 Dmod.rs1461 pub const EM_PPC64: u16 = 21; consts

Completed in 104 milliseconds