(root)/
strace-6.5/
src/
linux/
arc/
arch_defs_.h
       1  #ifdef WORDS_BIGENDIAN
       2  # define PERSONALITY0_AUDIT_ARCH { AUDIT_ARCH_ARCOMPACTBE, 0 }
       3  #else
       4  # define PERSONALITY0_AUDIT_ARCH { AUDIT_ARCH_ARCOMPACT, 0 }
       5  #endif