Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Daudit.h387 #define AUDIT_ARCH_MIPS (EM_MIPS)
388 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
389 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
390 #define AUDIT_ARCH_MIPS64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|\
392 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
393 #define AUDIT_ARCH_MIPSEL64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE|\
Delf-em.h14 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ macro
/Linux-v4.19/arch/mips/boot/tools/
Drelocs_32.c6 #define ELF_MACHINE EM_MIPS
Drelocs_64.c6 #define ELF_MACHINE EM_MIPS
/Linux-v4.19/scripts/
Drecordmcount.c527 case EM_MIPS: /* reltype: e_class */ gpfx = '_'; break; in do_file()
555 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()
573 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
Dsortextable.c327 case EM_MIPS: in do_file()
/Linux-v4.19/arch/mips/kernel/
Dbinfmt_elfo32.c14 #define ELF_ARCH EM_MIPS
Dbinfmt_elfn32.c14 #define ELF_ARCH EM_MIPS
/Linux-v4.19/arch/mips/include/asm/
Delf.h258 #define ELF_ARCH EM_MIPS
274 #define mips_elf_check_machine(x) ((x)->e_machine == EM_MIPS)
/Linux-v4.19/arch/mips/vdso/
Dgenvdso.c171 if (swap_uint16(ehdr->e_machine) != EM_MIPS) { in map_vdso()
/Linux-v4.19/scripts/mod/
Dmodpost.c1806 if (elf->hdr->e_machine == EM_MIPS) { in section_rela()
1852 if (elf->hdr->e_machine == EM_MIPS) { in section_rel()
1876 case EM_MIPS: in section_rel()