Home
last modified time | relevance | path

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

/include/uapi/linux/
Daudit.h403 #define AUDIT_ARCH_MIPS (EM_MIPS)
404 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
405 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
406 #define AUDIT_ARCH_MIPS64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|\
408 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
409 #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