Searched refs:EM_MIPS (Results 1 – 5 of 5) sorted by relevance
273 #define AUDIT_ARCH_MIPS (EM_MIPS)274 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)275 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)276 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
13 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ macro
344 case EM_MIPS: /* reltype: e_class */ gpfx = '_'; break; in do_file()375 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()393 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
1566 if (elf->hdr->e_machine == EM_MIPS) { in section_rela()1610 if (elf->hdr->e_machine == EM_MIPS) { in section_rel()1634 case EM_MIPS: in section_rel()
182 #define EM_MIPS 8 /* MIPS R3000 big-endian */ macro