/titanic_52/usr/src/boot/sys/x86/include/ |
H A D | elf.h | 49 #define ELF_ARCH EM_386 51 #define ELF_MACHINE_OK(x) ((x) == EM_386 || (x) == EM_486) 115 #define ELF_TARG_MACH EM_386 134 #define ELF_ARCH32 EM_386
|
/titanic_52/usr/src/grub/grub-0.97/netboot/ |
H A D | i386_elf.h | 24 #define EM_CURRENT EM_386 28 (((x).e_machine == EM_386) || ((x).e_machine == EM_486))
|
H A D | elf.h | 17 #define EM_386 3 /* Intel 80386+ */ macro
|
/titanic_52/usr/src/cmd/sgs/include/i386/ |
H A D | machdep_x86.h | 45 #define M_MACH_32 EM_386 52 #define M_MACH EM_386
|
/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 70 #define EM_386 3 /* i386 -- obviously use this one */ macro 100 & (h.e_machine == EM_386) & (h.e_version == EV_CURRENT))
|
/titanic_52/usr/src/common/elfcap/ |
H A D | elfcap.c | 448 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64)) in elfcap_hw1_to_str() 474 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64)) in elfcap_hw2_to_str() 566 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64)) in elfcap_hw1_from_str() 578 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64)) in elfcap_hw2_from_str()
|
/titanic_52/usr/src/cmd/sgs/libconv/common/ |
H A D | relocate.c | 42 case EM_386: in conv_reloc_type()
|
H A D | cap.c | 121 if ((mach == EM_386) || (mach == EM_486) || in conv_iter_cap_val_hw1()
|
H A D | dwarf.c | 215 case EM_386: in conv_dwarf_regname()
|
H A D | elf.msg | 59 @ MSG_EM_386_CF "EM_386" # 3
|
/titanic_52/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_isa.c | 47 (h->e_machine == EM_386)); in elf_mach_ok()
|
/titanic_52/usr/src/tools/btxld/ |
H A D | elfh.c | 58 htole16(EM_386), /* e_machine */
|
/titanic_52/usr/src/cmd/sgs/elfwrap/common/ |
H A D | main.c | 140 mach = EM_386; in main()
|
H A D | elfwrap.c | 241 case EM_386: in output()
|
/titanic_52/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.c | 311 case EM_386: in sl_mach()
|
/titanic_52/usr/src/cmd/isainfo/ |
H A D | isainfo.c | 139 return (EM_386); in machtype()
|
/titanic_52/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 159 if (ehdr->e_machine != EM_386) in __rtld()
|
/titanic_52/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_access.c | 513 #if defined(EM_386) && defined (R_386_32) in is_32bit_abs_reloc() 514 case EM_386: in is_32bit_abs_reloc()
|
/titanic_52/usr/src/cmd/sgs/libld/common/ |
H A D | ldmain.c | 115 case EM_386: in ld_init_target()
|
/titanic_52/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 335 mach32 = EM_386; in process_args()
|
/titanic_52/usr/src/cmd/dis/ |
H A D | dis_main.c | 542 case EM_386: in dis_file()
|
/titanic_52/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 727 ELFCAP_FMT_PIPSPACE, EM_386); in at_hwcap() 743 ELFCAP_FMT_PIPSPACE, EM_386); in at_hwcap2()
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | elf.h | 154 #define EM_386 3 /* Intel 80386 */ macro
|
/titanic_52/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 638 ehdr.e_machine = EM_386; in objfs_data_read()
|
/titanic_52/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 202 #define EM_386 3 /* Intel i386. */ macro
|