Home
last modified time | relevance | path

Searched refs:EM_ARCV2 (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.h50 #define EM_ARCV2 195 /* ARCv2 Cores */ macro
H A Daudit.h400 #define AUDIT_ARCH_ARCV2 (EM_ARCV2|__AUDIT_ARCH_LE)
401 #define AUDIT_ARCH_ARCV2BE (EM_ARCV2)
/linux/scripts/
H A Dsorttable.c53 #ifndef EM_ARCV2
54 #define EM_ARCV2 195 macro
915 case EM_ARCV2: in do_file()