Home
last modified time | relevance | path

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

/linux-4.19.296/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