Home
last modified time | relevance | path

Searched refs:EM_ARCOMPACT (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arc/include/asm/
H A Delf.h14 EM_ARCOMPACT : EM_ARCV2)
/linux/include/uapi/linux/
H A Delf-em.h37 #define EM_ARCOMPACT 93 /* ARCompact processor */ macro
H A Daudit.h396 #define AUDIT_ARCH_ARCOMPACT (EM_ARCOMPACT|__AUDIT_ARCH_LE)
397 #define AUDIT_ARCH_ARCOMPACTBE (EM_ARCOMPACT)
/linux/scripts/
H A Dsorttable.c40 #ifndef EM_ARCOMPACT
41 #define EM_ARCOMPACT 93 macro
1275 case EM_ARCOMPACT: in do_file()