Home
last modified time | relevance | path

Searched refs:ILL_BADSTK (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Dsigill_codes.h32 #if !(defined(ILL_BADSTK) || (defined(HAVE_DECL_ILL_BADSTK) && HAVE_DECL_ILL_BADSTK))
33 # define ILL_BADSTK 8 macro
35 XLAT(ILL_BADSTK),
Dsigill_codes.in8 ILL_BADSTK 8
/external/e2fsprogs/e2fsck/
Dsigcatcher.c186 #ifdef ILL_BADSTK
187 DEFINE_ENTRY(ILL_BADSTK)
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h181 #define ILL_BADSTK (__SI_FAULT|8) /* internal stack error */ macro
/external/valgrind/include/vki/
Dvki-darwin.h504 #define VKI_ILL_BADSTK ILL_BADSTK
/external/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.cpp1315 case ILL_BADSTK: in GetCrashReasonForSIGILL()
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp1836 case ILL_BADSTK: in GetCrashReasonForSIGILL()