Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Daudit.h365 #define AUDIT_ARCH_MIPS (EM_MIPS)
366 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
367 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
368 #define AUDIT_ARCH_MIPS64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|\
370 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
371 #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.4.14/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.4.14/arch/mips/include/asm/
Delf.h230 if (__h->e_machine != EM_MIPS) \
261 if (__h->e_machine != EM_MIPS) \
284 #define ELF_ARCH EM_MIPS
/linux-4.4.14/scripts/
Drecordmcount.c472 case EM_MIPS: /* reltype: e_class */ gpfx = '_'; break; in do_file()
500 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()
518 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
Dsortextable.c292 case EM_MIPS: in do_file()
/linux-4.4.14/arch/mips/vdso/
Dgenvdso.c171 if (swap_uint16(ehdr->e_machine) != EM_MIPS) { in map_vdso()
/linux-4.4.14/scripts/mod/
Dmodpost.c1799 if (elf->hdr->e_machine == EM_MIPS) { in section_rela()
1845 if (elf->hdr->e_machine == EM_MIPS) { in section_rel()
1869 case EM_MIPS: in section_rel()