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

/external/google-breakpad/src/common/android/include/
H A Delf.h124 #ifndef EM_X86_64
125 #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/libchrome/sandbox/linux/system_headers/
H A Dlinux_seccomp.h23 #ifndef EM_X86_64
24 #define EM_X86_64 62 macro
46 #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/external/valgrind/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
251 if (ehdr->e_machine == EM_X86_64 &&
258 if (ehdr->e_machine == EM_X86_64 &&
/external/kernel-headers/original/uapi/linux/
H A Delf-em.h30 #define EM_X86_64 62 /* AMD x86-64 */ macro
/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
907 EM_X86_64,
/external/llvm/include/llvm/Support/
H A DELF.h175 EM_X86_64 = 62, // AMD x86-64 architecture enumerator in enum:llvm::ELF::__anon11591
/external/elfutils/libelf/
H A Delf.h220 #define EM_X86_64 62 /* AMD x86-64 architecture */ macro

Completed in 2060 milliseconds