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

12

/external/kernel-headers/original/linux/
H A Delf-em.h8 #define EM_386 3 macro
/external/elfutils/tests/
H A Dasm-tst4.c36 ctx = asm_begin (fname, false, EM_386, ELFCLASS32, ELFDATA2LSB);
H A Dasm-tst5.c38 ctx = asm_begin (fname, false, EM_386, ELFCLASS32, ELFDATA2LSB);
H A Dasm-tst1.c35 .e_machine = EM_386,
69 ctx = asm_begin (fname, false, EM_386, ELFCLASS32, ELFDATA2LSB);
H A Dasm-tst2.c35 .e_machine = EM_386,
68 ctx = asm_begin (fname, false, EM_386, ELFCLASS32, ELFDATA2LSB);
H A Dasm-tst6.c36 ctx = asm_begin (fname, false, EM_386, ELFCLASS32, ELFDATA2LSB);
H A Dasm-tst7.c36 ctx = asm_begin (fname, false, EM_386, ELFCLASS32, ELFDATA2LSB);
H A Dasm-tst8.c36 ctx = asm_begin (fname, false, EM_386, ELFCLASS32, ELFDATA2LSB);
H A Dasm-tst9.c43 .e_machine = EM_386,
88 ctx = asm_begin (fname, false, EM_386, ELFCLASS32, ELFDATA2LSB);
H A Dsaridx.c32 MACHINE (EM_386),
H A Dasm-tst3.c60 ctx = asm_begin (fname, false, EM_386, ELFCLASS32, ELFDATA2LSB);
/external/llvm/include/llvm/Target/
H A DTargetELFWriterInfo.h39 EM_386 = 3, // Intel 386 enumerator in enum:llvm::TargetELFWriterInfo::MachineType
/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/
H A DX86ELFWriterInfo.cpp30 EMachine = is64Bit ? EM_X86_64 : EM_386;
/external/valgrind/main/coregrind/
H A Dpub_core_machine.h45 # define VG_ELF_MACHINE EM_386
H A Dlauncher-linux.c181 if (ehdr->e_machine == EM_386 &&
/external/kernel-headers/original/asm-x86/
H A Delf.h41 #define ELF_ARCH EM_386
86 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))
/external/elfutils/libebl/
H A Deblopenbackend.c41 { "i386", "elf_i386", "i386", 4, EM_386 },
/external/qemu/
H A Delf_ops.h205 if (EM_386 != ehdr.e_machine)
/external/llvm/lib/Object/
H A DELFObjectFile.cpp1004 case ELF::EM_386:
1282 case ELF::EM_386:
1293 case ELF::EM_386:
1309 case ELF::EM_386:
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp336 return new X86ELFObjectWriter(false, OSType, ELF::EM_386, false);
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c653 /* set EM_386 because elf.h does not provide better defaults */
654 *pCPU=EM_386;
763 EM_386,
/external/llvm/include/llvm/Support/
H A DELF.h130 EM_386 = 3, // Intel 386 enumerator in enum:llvm::ELF::__anon6486
/external/qemu/target-i386/
H A Dcpu.h42 #define ELF_MACHINE EM_386
/external/elfutils/src/
H A Di386_ld.c46 return old_open_outfile (statep, EM_386, ELFCLASS32, ELFDATA2LSB);

Completed in 352 milliseconds

12