Home
last modified time | relevance | path

Searched refs:ILL_PRVREG (Results 1 – 13 of 13) sorted by relevance

/external/strace/xlat/
Dsigill_codes.h41 #if defined(ILL_PRVREG) || (defined(HAVE_DECL_ILL_PRVREG) && HAVE_DECL_ILL_PRVREG)
43 static_assert((ILL_PRVREG) == (6), "ILL_PRVREG != 6");
46 # define ILL_PRVREG 6
86 XLAT(ILL_PRVREG),
Dsigill_codes.in8 ILL_PRVREG 6
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-6-buildonly.c7 #ifndef ILL_PRVREG
8 #error ILL_PRVREG not defined
Dsigmacrolist.txt6 ILL_PRVREG
/external/e2fsprogs/e2fsck/
Dsigcatcher.c181 #ifdef ILL_PRVREG
182 DEFINE_ENTRY(ILL_PRVREG)
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h190 #define ILL_PRVREG 6 /* privileged register */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py134 ILL_PRVREG = 6 variable
DFILE.py139 ILL_PRVREG = 6 variable
/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DCrashReason.cpp80 case ILL_PRVREG: in GetCrashReasonForSIGILL()
/external/libchrome/base/debug/
Dstack_trace_posix.cc304 else if (info->si_code == ILL_PRVREG) in StackDumpSignalHandler()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py520 ILL_PRVREG = 6 variable
DSTROPTS.py517 ILL_PRVREG = 6 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c2737 #ifdef ILL_PRVREG
2738 { "ILL_PRVREG", (unsigned long) ILL_PRVREG },