Searched defs:EM_X86_64 (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/genccode/
H A Dgenccode.c42 /* Old elf.h headers may not have EM_X86_64, or have EM_X8664 instead. */
43 # ifndef EM_X86_64
44 # define EM_X86_64 62 macro
/external/icu/icu4c/source/tools/genccode/
H A Dgenccode.c42 /* Old elf.h headers may not have EM_X86_64, or have EM_X8664 instead. */
43 # ifndef EM_X86_64
44 # define EM_X86_64 62 macro
/external/kernel-headers/original/uapi/linux/
H A Delf-em.h29 #define EM_X86_64 62 /* AMD x86-64 */ macro
/external/valgrind/main/coregrind/
H A Dlauncher-linux.c56 #ifndef EM_X86_64
57 #define EM_X86_64 62 // elf.h doesn't define this on some older systems macro
219 if (ehdr->e_machine == EM_X86_64 &&
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c31 /* Old elf.h headers may not have EM_X86_64, or have EM_X8664 instead. */
32 # ifndef EM_X86_64
33 # define EM_X86_64 62 macro
909 EM_X86_64,
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c31 /* Old elf.h headers may not have EM_X86_64, or have EM_X8664 instead. */
32 # ifndef EM_X86_64
33 # define EM_X86_64 62 macro
901 EM_X86_64,
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dlinux_seccomp.h39 #ifndef EM_X86_64
40 #define EM_X86_64 62 macro
62 #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h77 EM_X86_64 = 62, /* AMD x86-64 */ enumerator in enum:__anon16338
/external/llvm/include/llvm/Support/
H A DELF.h175 EM_X86_64 = 62, // AMD x86-64 architecture enumerator in enum:llvm::ELF::__anon25578
/external/qemu/include/
H A Delf.h97 #define EM_X86_64 62 /* AMD x86-64 */ macro
/external/elfutils/0.153/libelf/
H A Delf.h223 #define EM_X86_64 62 /* AMD x86-64 architecture */ macro

Completed in 351 milliseconds