Searched refs:EM_MIPS (Results 1 – 7 of 7) sorted by relevance
416 #define AUDIT_ARCH_MIPS (EM_MIPS)417 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)418 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)419 #define AUDIT_ARCH_MIPS64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|\421 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)422 #define AUDIT_ARCH_MIPSEL64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE|\
14 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ macro
6 #define ELF_MACHINE EM_MIPS
593 case EM_MIPS: /* reltype: e_class */ break; in do_file()622 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()645 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
918 case EM_MIPS: in do_file()
258 #define ELF_ARCH EM_MIPS272 #define mips_elf_check_machine(x) ((x)->e_machine == EM_MIPS)