Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_rel_detector.c120 #if defined(EM_IA_64) && defined (R_IA64_SECREL32LSB) in _dwarf_is_32bit_abs_reloc()
121 case EM_IA_64: /* 32bit? ! */ in _dwarf_is_32bit_abs_reloc()
285 #if defined(EM_IA_64) && defined (R_IA64_SECREL64LSB) in _dwarf_is_64bit_abs_reloc()
286 case EM_IA_64: /* 64bit */ in _dwarf_is_64bit_abs_reloc()
H A Ddwarf_elf_defines.h296 #ifndef EM_IA_64
297 #define EM_IA_64 50 macro
/illumos-gate/usr/src/common/elfcap/
H A Delfcap.c618 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/grub/grub-0.97/netboot/
H A Delf.h48 #define EM_IA_64 50 /* Intel Merced */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h205 #define EM_IA_64 50 /* Intel IA64 */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h230 #define EM_IA_64 50 /* Intel IA-64 Processor. */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Delf.msg138 @ MSG_EM_IA_64_CF "EM_IA_64" # 50
/illumos-gate/usr/src/cmd/file/
H A Dfile.c1021 [EM_IA_64] = "IA64", in print_elf_machine()