EM_386             44 arch/x86/include/asm/elf.h #define ELF_ARCH	EM_386
EM_386             90 arch/x86/include/asm/elf.h 	(((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))
EM_386           1300 arch/x86/kernel/ptrace.c 	.name = "i386", .e_machine = EM_386,
EM_386              6 arch/x86/tools/relocs_32.c #define ELF_MACHINE		EM_386
EM_386             30 arch/x86/um/asm/elf.h 	(((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))
EM_386             34 arch/x86/um/asm/elf.h #define ELF_ARCH        EM_386
EM_386             42 fs/binfmt_em86.c 		(!((elf_ex.e_machine == EM_386) || (elf_ex.e_machine == EM_486))) ||
EM_386            394 include/uapi/linux/audit.h #define AUDIT_ARCH_I386		(EM_386|__AUDIT_ARCH_LE)
EM_386           1943 scripts/mod/modpost.c 		case EM_386:
EM_386            529 scripts/recordmcount.c 	case EM_386:
EM_386            311 scripts/sortextable.c 	case EM_386:
EM_386             34 tools/objtool/arch/x86/decode.c 	case EM_386:
EM_386             36 tools/perf/util/dwarf-regs.c 	case EM_386:
EM_386             24 tools/perf/util/genelf.h #define GEN_ELF_ARCH	EM_386