Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigill_codes.h22 #if defined(ILL_COPROC) || (defined(HAVE_DECL_ILL_COPROC) && HAVE_DECL_ILL_COPROC)
23 XLAT(ILL_COPROC),
Dsigill_codes.in7 ILL_COPROC
/external/e2fsprogs/e2fsck/
Dsigcatcher.c183 #ifdef ILL_COPROC
184 DEFINE_ENTRY(ILL_COPROC)
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h180 #define ILL_COPROC (__SI_FAULT|7) /* coprocessor error */ macro
/external/chromium_org/base/debug/
Dstack_trace_posix.cc254 else if (info->si_code == ILL_COPROC) in StackDumpSignalHandler()
/external/valgrind/main/include/vki/
Dvki-darwin.h497 #define VKI_ILL_COPROC ILL_COPROC
/external/strace/
Dsignal.c283 #define ILL_COPROC 7 /* coprocessor error */ macro
/external/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.cpp1312 case ILL_COPROC: in GetCrashReasonForSIGILL()
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp1833 case ILL_COPROC: in GetCrashReasonForSIGILL()