Home
last modified time | relevance | path

Searched refs:EM_MIPS (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/arch/mips/kernel/
Dbinfmt_elfn32.c12 #define ELF_ARCH EM_MIPS
38 if (__h->e_machine != EM_MIPS) \
Dbinfmt_elfo32.c12 #define ELF_ARCH EM_MIPS
38 if (__h->e_machine != EM_MIPS) \
Dptrace.c521 int arch = EM_MIPS; in audit_arch()
/linux-3.4.99/arch/mips/include/asm/
Delf.h186 if (__h->e_machine != EM_MIPS) \
215 if (__h->e_machine != EM_MIPS) \
238 #define ELF_ARCH EM_MIPS
/linux-3.4.99/include/linux/
Delf-em.h13 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ macro
Daudit.h335 #define AUDIT_ARCH_MIPS (EM_MIPS)
336 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
337 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
338 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux-3.4.99/scripts/
Drecordmcount.c344 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()
/linux-3.4.99/scripts/mod/
Dmodpost.c1579 if (elf->hdr->e_machine == EM_MIPS) { in section_rela()
1623 if (elf->hdr->e_machine == EM_MIPS) { in section_rel()
1647 case EM_MIPS: in section_rel()