Searched refs:EM_MIPS (Results 1 – 10 of 10) sorted by relevance
14 case EM_MIPS: \17 #define ELF32_MACHDEP_ID EM_MIPS20 case EM_MIPS: \23 #define ELF64_MACHDEP_ID EM_MIPS
59 #define ELF_TARG_MACH EM_MIPS
305 #define AUDIT_ARCH_MIPS (EM_MIPS)306 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)307 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)309 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
31 #define EM_MIPS 8 macro
23 #define EM_MIPS 8 macro
191 … int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; i…199 #define ELF_ARCH EM_MIPS
179 #define EM_MIPS 8 /* MIPS R3000 Big-Endian only */ macro