Home
last modified time | relevance | path

Searched refs:EM_486 (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcap.c143 if ((mach == EM_386) || (mach == EM_486) || in conv_iter_cap_val_hw1()
165 if ((mach == EM_386) || (mach == EM_486) || in conv_iter_cap_val_hw2()
190 if ((mach == EM_386) || (mach == EM_486) || in conv_iter_cap_val_hw3()
H A Ddwarf.c216 case EM_486: in conv_dwarf_regname()
H A Delf.msg68 @ MSG_EM_486_CF "EM_486" # 6
H A Delf.c633 { EM_486, MSG_EM_486_DMP }, in conv_iter_ehdr_mach()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Di386_elf.h28 (((x).e_machine == EM_386) || ((x).e_machine == EM_486))
H A Delf.h20 #define EM_486 6 /* Perhaps disused */ macro
/illumos-gate/usr/src/boot/sys/x86/include/
H A Delf.h51 #define ELF_MACHINE_OK(x) ((x) == EM_386 || (x) == EM_486)
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h158 #define EM_486 6 /* Intel 80486 */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h303 #define EM_486 6 /* Intel i486. */ macro
/illumos-gate/usr/src/cmd/file/
H A Dfile.c993 [EM_486] = "80486", in print_elf_machine()