Searched refs:EM_MIPS (Results 1 – 5 of 5) sorted by relevance
31 #define EM_MIPS 8 macro
72 #define EM_MIPS 8 /* MIPS R3000 Big-Endian only */ macro
59 #define ELF_TARG_MACH EM_MIPS
189 … int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; i…197 #define ELF_ARCH EM_MIPS
697 if (hdr->e_machine != EM_MIPS) return -1; in verify_elf_header()