Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigill_codes.h48 #if defined(ILL_COPROC) || (defined(HAVE_DECL_ILL_COPROC) && HAVE_DECL_ILL_COPROC)
50 static_assert((ILL_COPROC) == (7), "ILL_COPROC != 7");
53 # define ILL_COPROC 7
87 XLAT(ILL_COPROC),
Dsigill_codes.in9 ILL_COPROC 7
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-7-buildonly.c7 #ifndef ILL_COPROC
8 #error ILL_COPROC not defined
Dsigmacrolist.txt7 ILL_COPROC
/external/e2fsprogs/e2fsck/
Dsigcatcher.c184 #ifdef ILL_COPROC
185 DEFINE_ENTRY(ILL_COPROC)
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h191 #define ILL_COPROC 7 /* coprocessor error */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py135 ILL_COPROC = 7 variable
DFILE.py140 ILL_COPROC = 7 variable
/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DCrashReason.cpp82 case ILL_COPROC: in GetCrashReasonForSIGILL()
/external/libchrome/base/debug/
Dstack_trace_posix.cc294 else if (info->si_code == ILL_COPROC) in StackDumpSignalHandler()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py521 ILL_COPROC = 7 variable
DSTROPTS.py518 ILL_COPROC = 7 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c2719 #ifdef ILL_COPROC
2720 { "ILL_COPROC", (unsigned long) ILL_COPROC },