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

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
22-6-buildonly.c 2 Test that the ILL_PRVREG macro is defined.
7 #ifndef ILL_PRVREG
8 #error ILL_PRVREG not defined
  /external/strace/xlat/
sigill_codes.h 17 #if !(defined(ILL_PRVREG) || (defined(HAVE_DECL_ILL_PRVREG) && HAVE_DECL_ILL_PRVREG))
18 # define ILL_PRVREG 6
42 XLAT(ILL_PRVREG),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 165 ILL_PRVREG, /* Privileged register. */
166 # define ILL_PRVREG ILL_PRVREG
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 165 ILL_PRVREG, /* Privileged register. */
166 # define ILL_PRVREG ILL_PRVREG
  /external/e2fsprogs/e2fsck/
sigcatcher.c 181 #ifdef ILL_PRVREG
182 DEFINE_ENTRY(ILL_PRVREG)
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 145 #define ILL_PRVREG 6
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 180 #define ILL_PRVREG 6 /* privileged register */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 169 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */
  /external/minijail/linux-x86/
libconstants.gen.c 668 #ifdef ILL_PRVREG
669 { "ILL_PRVREG", (unsigned long) ILL_PRVREG },
670 #endif // ILL_PRVREG
    [all...]
  /bionic/tests/headers/posix/
signal_h.c 156 i = ILL_PRVREG;
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 134 ILL_PRVREG = 6
FILE.py 139 ILL_PRVREG = 6
  /external/v8/src/base/debug/
stack_trace_posix.cc 241 else if (info->si_code == ILL_PRVREG)
242 PrintToStderr(" ILL_PRVREG ");
  /system/core/debuggerd/libdebuggerd/
utility.cpp 306 case ILL_PRVREG: return "ILL_PRVREG";
  /art/runtime/
runtime_common.cc 72 case ILL_PRVREG: return "ILL_PRVREG";
  /external/libchrome/base/debug/
stack_trace_posix.cc 271 else if (info->si_code == ILL_PRVREG)
272 PrintToStderr(" ILL_PRVREG ");
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 464 PHPBN2(ILL_PRVREG);
  /external/valgrind/include/vki/
vki-darwin.h 515 #define VKI_ILL_PRVREG ILL_PRVREG
vki-solaris.h 1008 #define VKI_ILL_PRVREG ILL_PRVREG
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 520 ILL_PRVREG = 6
STROPTS.py 517 ILL_PRVREG = 6
    [all...]

Completed in 530 milliseconds