Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigill_codes.h55 #if defined(ILL_BADSTK) || (defined(HAVE_DECL_ILL_BADSTK) && HAVE_DECL_ILL_BADSTK)
57 static_assert((ILL_BADSTK) == (8), "ILL_BADSTK != 8");
60 # define ILL_BADSTK 8
88 XLAT(ILL_BADSTK),
Dsigill_codes.in10 ILL_BADSTK 8
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-8-buildonly.c7 #ifndef ILL_BADSTK
8 #error ILL_BADSTK not defined
Dsigmacrolist.txt8 ILL_BADSTK
/external/e2fsprogs/e2fsck/
Dsigcatcher.c187 #ifdef ILL_BADSTK
188 DEFINE_ENTRY(ILL_BADSTK)
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h192 #define ILL_BADSTK 8 /* internal stack error */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py136 ILL_BADSTK = 8 variable
DFILE.py141 ILL_BADSTK = 8 variable
/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DCrashReason.cpp84 case ILL_BADSTK: in GetCrashReasonForSIGILL()
/external/libchrome/base/debug/
Dstack_trace_posix.cc292 if (info->si_code == ILL_BADSTK) in StackDumpSignalHandler()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py522 ILL_BADSTK = 8 variable
DSTROPTS.py519 ILL_BADSTK = 8 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c2716 #ifdef ILL_BADSTK
2717 { "ILL_BADSTK", (unsigned long) ILL_BADSTK },