Home
last modified time | relevance | path

Searched refs:EM_386 (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/x86/include/
H A Delf.h51 #define ELF_ARCH EM_386
53 #define ELF_MACHINE_OK(x) ((x) == EM_386 || (x) == EM_486)
89 #define ELF_TARG_MACH EM_386
108 #define ELF_ARCH32 EM_386
H A Ddump.h38 #define EM_VALUE EM_386
/f-stack/freebsd/i386/i386/
H A Delf_machdep.c91 .machine = EM_386,
107 .machine = EM_386,
123 .machine = EM_386,
/f-stack/freebsd/i386/cloudabi32/
H A Dcloudabi32_sysvec.c203 .machine = EM_386,
/f-stack/freebsd/amd64/cloudabi32/
H A Dcloudabi32_sysvec.c230 .machine = EM_386,
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c983 .machine = EM_386,
995 .machine = EM_386,
1007 .machine = EM_386,
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c1006 .machine = EM_386,
1018 .machine = EM_386,
1030 .machine = EM_386,
/f-stack/freebsd/sys/
H A Delf_common.h212 #define EM_386 3 /* Intel i386. */ macro