Searched defs:EM_MIPS (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/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) {
382 if(machine == EM_MIPS && endianness == DW_OBJECT_LSB ) {
493 #if defined(EM_MIPS) && defined (R_MIPS_32)
494 case EM_MIPS:
552 #if defined(EM_MIPS) && defined (R_MIPS_64)
553 case EM_MIPS:
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h22 #define EM_MIPS 8 /* MIPS R3000 big-endian */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h159 #define EM_MIPS 8 /* MIPS RS3000 Big-Endian */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h207 #define EM_MIPS 8 /* MIPS R3000 Big-Endian only. */ macro

Completed in 65 milliseconds