Home
last modified time | relevance | path

Searched refs:EM_68K (Results 1 – 23 of 23) sorted by relevance

/third_party/elfutils/libdwelf/
Ddwelf_elf_e_machine_string.c49 case EM_68K: in dwelf_elf_e_machine_string()
/third_party/elfutils/tests/
Dsaridx.c37 MACHINE (EM_68K),
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h132 #define EM_68K 4 /* Motorola 68000. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h132 #define EM_68K 4 /* Motorola 68000. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp89 #define EM_68K 4 // Motorola m68k family macro
/third_party/elfutils/libebl/
Deblopenbackend.c90 { m68k_init, "elf_m68k", "m68k", 4, EM_68K, ELFCLASS32, ELFDATA2MSB },
DChangeLog304 * eblopenbackend.c (machines) [EM_68K]: Set class and data.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h131 EM_68K = 4, // Motorola 68000 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h132 EM_68K = 4, // Motorola 68000 enumerator
/third_party/libabigail/src/
Dabg-elf-helpers.cc132 case EM_68K: in e_machine_to_string()
/third_party/elfio/elfio/
Delfio_dump.hpp109 { EM_68K, "Motorola m68k family" },
Delf_types.hpp68 constexpr Elf_Half EM_68K = 4 ; // Motorola m68k family variable
/third_party/musl/ndk_musl_include/
Delf.h142 #define EM_68K 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h142 #define EM_68K 4 macro
/third_party/musl/include/
Delf.h142 #define EM_68K 4 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h142 #define EM_68K 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h142 #define EM_68K 4 macro
/third_party/musl/porting/linux/user/include/
Delf.h142 #define EM_68K 4 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt427 EM_68K
/third_party/elfutils/libelf/
Delf.h175 #define EM_68K 4 /* Motorola m68k family */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp69 ECase(EM_68K); in enumeration()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1450 pub const EM_68K: u16 = 4; constant
/third_party/elfutils/src/
Delflint.c321 EM_M32, EM_SPARC, EM_386, EM_68K, EM_88K, EM_860, EM_MIPS, EM_S370,