Searched defs:EM_AARCH64 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
H A Delf_traits.h23 #ifndef EM_AARCH64
24 #define EM_AARCH64 183 macro
90 enum { kMachine = EM_AARCH64 };
/external/kernel-headers/original/uapi/linux/
H A Delf-em.h37 #define EM_AARCH64 183 /* ARM 64 bit */ macro
/external/valgrind/main/coregrind/
H A Dlauncher-linux.c60 #ifndef EM_AARCH64
61 #define EM_AARCH64 183 // ditto macro
227 } else if (ehdr->e_machine == EM_AARCH64 &&
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dlinux_seccomp.h45 #ifndef EM_AARCH64
46 #define EM_AARCH64 183 macro
68 #define AUDIT_ARCH_AARCH64 (EM_AARCH64 | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_LE)
/external/llvm/include/llvm/Support/
H A DELF.h277 EM_AARCH64 = 183, // ARM AArch64 enumerator in enum:llvm::ELF::__anon25578
/external/qemu/include/
H A Delf.h132 #define EM_AARCH64 183 macro
/external/elfutils/0.153/libelf/
H A Delf.h257 #define EM_AARCH64 183 /* ARM 64-bit */ macro

Completed in 182 milliseconds