Home
last modified time | relevance | path

Searched refs:EM_88K (Results 1 – 22 of 22) sorted by relevance

/third_party/elfutils/libdwelf/
Ddwelf_elf_e_machine_string.c51 case EM_88K: in dwelf_elf_e_machine_string()
/third_party/elfutils/tests/
Dsaridx.c38 MACHINE (EM_88K),
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h133 #define EM_88K 5 /* Motorola 88000. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h133 #define EM_88K 5 /* Motorola 88000. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp90 #define EM_88K 5 // Motorola m88k family macro
/third_party/elfutils/libebl/
Deblopenbackend.c91 { NULL, "elf_m88k", "m88k", 4, EM_88K, 0, 0 },
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h132 EM_88K = 5, // Motorola 88000 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h133 EM_88K = 5, // Motorola 88000 enumerator
/third_party/libabigail/src/
Dabg-elf-helpers.cc134 case EM_88K: in e_machine_to_string()
/third_party/elfio/elfio/
Delfio_dump.hpp110 { EM_88K, "Motorola m88k family" },
Delf_types.hpp69 constexpr Elf_Half EM_88K = 5 ; // Motorola m88k family variable
/third_party/musl/ndk_musl_include/
Delf.h143 #define EM_88K 5 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h143 #define EM_88K 5 macro
/third_party/musl/include/
Delf.h143 #define EM_88K 5 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h143 #define EM_88K 5 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h143 #define EM_88K 5 macro
/third_party/musl/porting/linux/user/include/
Delf.h143 #define EM_88K 5 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt429 EM_88K
/third_party/elfutils/libelf/
Delf.h176 #define EM_88K 5 /* Motorola m88k family */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp70 ECase(EM_88K); in enumeration()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1451 pub const EM_88K: u16 = 5; constant
/third_party/elfutils/src/
Delflint.c321 EM_M32, EM_SPARC, EM_386, EM_68K, EM_88K, EM_860, EM_MIPS, EM_S370,