Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Daudit.h362 #define AUDIT_ARCH_MIPS (EM_MIPS)
363 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
364 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
365 #define AUDIT_ARCH_MIPS64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|\
367 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
368 #define AUDIT_ARCH_MIPSEL64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE|\
Delf-em.h13 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ macro
/linux-4.1.27/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
50 if (__h->e_machine != EM_MIPS) \
/linux-4.1.27/arch/mips/include/asm/
Delf.h229 if (__h->e_machine != EM_MIPS) \
260 if (__h->e_machine != EM_MIPS) \
283 #define ELF_ARCH EM_MIPS
/linux-4.1.27/scripts/
Drecordmcount.c386 case EM_MIPS: /* reltype: e_class */ gpfx = '_'; break; in do_file()
413 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()
431 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
Dsortextable.c287 case EM_MIPS: in do_file()
/linux-4.1.27/scripts/mod/
Dmodpost.c1795 if (elf->hdr->e_machine == EM_MIPS) { in section_rela()
1841 if (elf->hdr->e_machine == EM_MIPS) { in section_rel()
1865 case EM_MIPS: in section_rel()