Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Daudit.h264 #define AUDIT_ARCH_MIPS (EM_MIPS)
265 #define AUDIT_ARCH_MIPSEL (EM_MIPS | __AUDIT_ARCH_LE)
266 #define AUDIT_ARCH_MIPS64 (EM_MIPS | __AUDIT_ARCH_64BIT)
267 #define AUDIT_ARCH_MIPS64N32 (EM_MIPS | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_CONVENTION_MIPS64_N32)
268 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_LE)
269 #define AUDIT_ARCH_MIPSEL64N32 (EM_MIPS | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_LE | __AUDIT_ARCH_CONVE…
Delf-em.h29 #define EM_MIPS 8 macro
/bionic/linker/
Dlinker_phdr.cpp55 return EM_MIPS; in GetTargetElfMachine()
209 if (em == EM_MIPS) return "EM_MIPS"; in EM_to_string()