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

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
22-4-buildonly.c 2 Test that the ILL_ILLTRP macro is defined.
7 #ifndef ILL_ILLTRP
8 #error ILL_ILLTRP not defined
  /external/strace/xlat/
sigill_codes.h 11 #if !(defined(ILL_ILLTRP) || (defined(HAVE_DECL_ILL_ILLTRP) && HAVE_DECL_ILL_ILLTRP))
12 # define ILL_ILLTRP 4
40 XLAT(ILL_ILLTRP),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 161 ILL_ILLTRP, /* Illegal trap. */
162 # define ILL_ILLTRP ILL_ILLTRP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 161 ILL_ILLTRP, /* Illegal trap. */
162 # define ILL_ILLTRP ILL_ILLTRP
  /external/e2fsprogs/e2fsck/
sigcatcher.c 175 #ifdef ILL_ILLTRP
176 DEFINE_ENTRY(ILL_ILLTRP)
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 143 #define ILL_ILLTRP 4
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 178 #define ILL_ILLTRP 4 /* illegal trap */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 167 #define ILL_ILLTRP (__SI_FAULT|4) /* illegal trap */
  /external/minijail/linux-x86/
libconstants.gen.c 662 #ifdef ILL_ILLTRP
663 { "ILL_ILLTRP", (unsigned long) ILL_ILLTRP },
664 #endif // ILL_ILLTRP
    [all...]
  /bionic/tests/headers/posix/
signal_h.c 154 i = ILL_ILLTRP;
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 132 ILL_ILLTRP = 4
FILE.py 137 ILL_ILLTRP = 4
  /external/v8/src/base/debug/
stack_trace_posix.cc 237 else if (info->si_code == ILL_ILLTRP)
238 PrintToStderr(" ILL_ILLTRP ");
  /system/core/debuggerd/libdebuggerd/
utility.cpp 304 case ILL_ILLTRP: return "ILL_ILLTRP";
  /art/runtime/
runtime_common.cc 70 case ILL_ILLTRP: return "ILL_ILLTRP";
  /external/libchrome/base/debug/
stack_trace_posix.cc 267 else if (info->si_code == ILL_ILLTRP)
268 PrintToStderr(" ILL_ILLTRP ");
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 462 PHPBN2(ILL_ILLTRP);
  /external/valgrind/include/vki/
vki-darwin.h 513 #define VKI_ILL_ILLTRP ILL_ILLTRP
vki-solaris.h 1006 #define VKI_ILL_ILLTRP ILL_ILLTRP
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 518 ILL_ILLTRP = 4
STROPTS.py 515 ILL_ILLTRP = 4
    [all...]

Completed in 472 milliseconds