Searched refs:EM_386 (Results 1 - 25 of 38) sorted by relevance

12

/external/kernel-headers/original/linux/
H A Delf-em.h8 #define EM_386 3 macro
/external/chromium_org/courgette/
H A Ddisassembler_elf_32_x86.h41 virtual e_machine_values ElfEM() { return EM_386; }
H A Dtypes_elf.h52 EM_386 = 3, // Intel Architecture enumerator in enum:e_machine_values
/external/elfutils/tests/
H A Dasm-tst4.c52 Ebl *ebl = ebl_openbackend_machine (EM_386);
H A Dasm-tst5.c54 Ebl *ebl = ebl_openbackend_machine (EM_386);
H A Dasm-tst1.c51 .e_machine = EM_386,
85 Ebl *ebl = ebl_openbackend_machine (EM_386);
H A Dasm-tst2.c51 .e_machine = EM_386,
84 Ebl *ebl = ebl_openbackend_machine (EM_386);
H A Dasm-tst6.c52 Ebl *ebl = ebl_openbackend_machine (EM_386);
H A Dasm-tst7.c52 Ebl *ebl = ebl_openbackend_machine (EM_386);
H A Dasm-tst8.c52 Ebl *ebl = ebl_openbackend_machine (EM_386);
H A Dasm-tst9.c59 .e_machine = EM_386,
104 Ebl *ebl = ebl_openbackend_machine (EM_386);
H A Dsaridx.c44 MACHINE (EM_386),
H A Dasm-tst3.c76 Ebl *ebl = ebl_openbackend_machine (EM_386);
/external/grub/stage2/
H A Di386-elf.h70 #define EM_386 3 /* i386 -- obviously use this one */ macro
100 & (h.e_machine == EM_386) & (h.e_version == EV_CURRENT))
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp37 /*HasRelocationAddend*/ EMachine != ELF::EM_386) {}
145 } else if (getEMachine() == ELF::EM_386) {
H A DX86AsmBackend.cpp357 return createX86ELFObjectWriter(OS, /*IsELF64*/ false, OSABI, ELF::EM_386);
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dlinux_seccomp.h23 #ifndef EM_386
24 #define EM_386 3 macro
40 #define AUDIT_ARCH_I386 (EM_386|__AUDIT_ARCH_LE)
/external/valgrind/main/coregrind/
H A Dpub_core_machine.h45 # define VG_ELF_MACHINE EM_386
H A Dlauncher-linux.c171 if (ehdr->e_machine == EM_386 &&
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-x86-x86.c212 YASM_WRITE_16_L(bufp, EM_386); /* e_machine - or others */
H A Delf.h62 EM_386 = 3, /* Intel 80386 */ enumerator in enum:__anon13981
/external/qemu/
H A Delf_ops.h205 if (EM_386 != ehdr.e_machine)
/external/llvm/lib/Object/
H A DELFYAML.cpp38 ECase(EM_386)
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c661 /* set EM_386 because elf.h does not provide better defaults */
662 *pCPU=EM_386;
771 EM_386,
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c663 /* set EM_386 because elf.h does not provide better defaults */
664 *pCPU=EM_386;
773 EM_386,

Completed in 2973 milliseconds

12