Home
last modified time | relevance | path

Searched refs:EM_MIPS (Results 1 – 7 of 7) sorted by relevance

/titanic_51/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_access.c63 #ifndef EM_MIPS
64 /* This is the standard elf value EM_MIPS. */
65 #define EM_MIPS 8 macro
192 if (obj->is_64bit && machine != EM_MIPS) { in dwarf_elf_object_access_internals_init()
382 if(machine == EM_MIPS && endianness == DW_OBJECT_LSB ) { in get_rela_elf64()
493 #if defined(EM_MIPS) && defined (R_MIPS_32) in is_32bit_abs_reloc()
494 case EM_MIPS: in is_32bit_abs_reloc()
552 #if defined(EM_MIPS) && defined (R_MIPS_64) in is_64bit_abs_reloc()
553 case EM_MIPS: in is_64bit_abs_reloc()
/titanic_51/usr/src/grub/grub-0.97/netboot/
H A Delf.h22 #define EM_MIPS 8 /* MIPS R3000 big-endian */ macro
/titanic_51/usr/src/uts/common/sys/
H A Delf.h159 #define EM_MIPS 8 /* MIPS RS3000 Big-Endian */ macro
/titanic_51/usr/src/boot/sys/sys/
H A Delf_common.h207 #define EM_MIPS 8 /* MIPS R3000 Big-Endian only. */ macro
/titanic_51/usr/src/cmd/sgs/libconv/common/
H A Delf.msg74 @ MSG_EM_MIPS_CF "EM_MIPS" # 8
H A Delf.c634 { EM_MIPS, MSG_EM_MIPS_DMP }, in conv_iter_ehdr_mach()
/titanic_51/usr/src/cmd/file/
H A Dfile.c992 [EM_MIPS] = "MIPS RS3000 Big-Endian", in print_elf_machine()