HomeSort by relevance Sort by last modified time
    Searched refs:ILL_BADSTK (Results 1 - 22 of 22) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
22-8-buildonly.c 2 Test that the ILL_BADSTK macro is defined.
7 #ifndef ILL_BADSTK
8 #error ILL_BADSTK not defined
  /external/strace/xlat/
sigill_codes.h 23 #if !(defined(ILL_BADSTK) || (defined(HAVE_DECL_ILL_BADSTK) && HAVE_DECL_ILL_BADSTK))
24 # define ILL_BADSTK 8
44 XLAT(ILL_BADSTK),
  /system/core/debuggerd/libdebuggerd/test/
host_signal_fixup.h 28 #define NSIGILL ILL_BADSTK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 169 ILL_BADSTK /* Internal stack error. */
170 # define ILL_BADSTK ILL_BADSTK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 169 ILL_BADSTK /* Internal stack error. */
170 # define ILL_BADSTK ILL_BADSTK
  /external/e2fsprogs/e2fsck/
sigcatcher.c 187 #ifdef ILL_BADSTK
188 DEFINE_ENTRY(ILL_BADSTK)
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 147 #define ILL_BADSTK 8
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 182 #define ILL_BADSTK 8 /* internal stack error */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 171 #define ILL_BADSTK (__SI_FAULT|8) /* internal stack error */
  /system/core/debuggerd/libdebuggerd/
utility.cpp 308 case ILL_BADSTK: return "ILL_BADSTK";
310 static_assert(NSIGILL == ILL_BADSTK, "missing ILL_* si_code");
  /external/minijail/linux-x86/
libconstants.gen.c 647 #ifdef ILL_BADSTK
648 { "ILL_BADSTK", (unsigned long) ILL_BADSTK },
649 #endif // ILL_BADSTK
    [all...]
  /bionic/tests/headers/posix/
signal_h.c 158 i = ILL_BADSTK;
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 136 ILL_BADSTK = 8
FILE.py 141 ILL_BADSTK = 8
  /external/v8/src/base/debug/
stack_trace_posix.cc 229 if (info->si_code == ILL_BADSTK)
230 PrintToStderr(" ILL_BADSTK ");
  /art/runtime/
runtime_common.cc 74 case ILL_BADSTK: return "ILL_BADSTK";
  /external/libchrome/base/debug/
stack_trace_posix.cc 259 if (info->si_code == ILL_BADSTK)
260 PrintToStderr(" ILL_BADSTK ");
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 457 PHPBN2(ILL_BADSTK);
  /external/valgrind/include/vki/
vki-darwin.h 517 #define VKI_ILL_BADSTK ILL_BADSTK
vki-solaris.h 1010 #define VKI_ILL_BADSTK ILL_BADSTK
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 522 ILL_BADSTK = 8
STROPTS.py 519 ILL_BADSTK = 8
    [all...]

Completed in 498 milliseconds