/illumos-gate/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
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | cap.c | 143 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 D | relocate.c | 41 case EM_386: in conv_reloc_type()
|
H A D | dwarf.c | 215 case EM_386: in conv_dwarf_regname()
|
/illumos-gate/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
|
/illumos-gate/usr/src/common/elfcap/ |
H A D | elfcap.c | 618 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64)) in elfcap_hw1_to_str() 644 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64)) in elfcap_hw2_to_str() 665 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64)) in elfcap_hw3_to_str() 760 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64)) in elfcap_hw1_from_str() 772 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64)) in elfcap_hw2_from_str() 780 if ((mach == EM_386) || (mach == EM_IA_64) || (mach == EM_AMD64)) in elfcap_hw3_from_str()
|
/illumos-gate/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
|
/illumos-gate/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))
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_rel_detector.c | 85 #if defined(EM_386) && defined (R_386_32) && defined (R_386_PC32) in _dwarf_is_32bit_abs_reloc() 86 case EM_386: in _dwarf_is_32bit_abs_reloc()
|
H A D | dwarf_elf_defines.h | 206 #ifndef EM_386 207 #define EM_386 3 macro
|
/illumos-gate/usr/src/tools/btxld/ |
H A D | elfh.c | 58 htole16(EM_386), /* e_machine */
|
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/ |
H A D | main.c | 139 mach = EM_386; in main()
|
H A D | elfwrap.c | 240 case EM_386: in output()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.c | 310 case EM_386: in sl_mach()
|
/illumos-gate/usr/src/cmd/isainfo/ |
H A D | isainfo.c | 140 return (EM_386); in machtype()
|
/illumos-gate/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 159 if (ehdr->e_machine != EM_386) in __rtld()
|
/illumos-gate/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 736 ELFCAP_FMT_PIPSPACE, EM_386); in at_hwcap() 752 ELFCAP_FMT_PIPSPACE, EM_386); in at_hwcap2() 764 ELFCAP_FMT_PIPSPACE, EM_386); in at_hwcap3()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | ldmain.c | 115 case EM_386: in ld_init_target()
|
/illumos-gate/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 367 mach32 = EM_386; in process_args()
|
/illumos-gate/usr/src/cmd/dis/ |
H A D | dis_main.c | 507 case EM_386: in dis_file()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 155 #define EM_386 3 /* Intel 80386 */ macro
|
/illumos-gate/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 636 ehdr.e_machine = EM_386; in objfs_data_read()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 202 #define EM_386 3 /* Intel i386. */ macro
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 491 elf_file.ehdr.e_machine = EM_386; in dump_elf32() 1075 emachine1 = emachine2 = EM_386; in process_obj()
|