Searched refs:ILL_ILLTRP (Results 1 - 9 of 9) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H A D22-4-buildonly.c2 Test that the ILL_ILLTRP macro is defined.
7 #ifndef ILL_ILLTRP
8 #error ILL_ILLTRP not defined
/external/strace/xlat/
H A Dsigill_codes.h11 #if !(defined(ILL_ILLTRP) || (defined(HAVE_DECL_ILL_ILLTRP) && HAVE_DECL_ILL_ILLTRP))
12 # define ILL_ILLTRP 4 macro
40 XLAT(ILL_ILLTRP),
/external/e2fsprogs/e2fsck/
H A Dsigcatcher.c175 #ifdef ILL_ILLTRP
176 DEFINE_ENTRY(ILL_ILLTRP)
/external/minijail/linux-x86/
H A Dlibconstants.gen.c662 #ifdef ILL_ILLTRP
663 { "ILL_ILLTRP", (unsigned long) ILL_ILLTRP },
664 #endif // ILL_ILLTRP
/external/kernel-headers/original/uapi/asm-generic/
H A Dsiginfo.h189 #define ILL_ILLTRP (__SI_FAULT|4) /* illegal trap */ macro
/external/v8/src/base/debug/
H A Dstack_trace_posix.cc237 else if (info->si_code == ILL_ILLTRP)
238 PrintToStderr(" ILL_ILLTRP ");
/external/libchrome/base/debug/
H A Dstack_trace_posix.cc271 else if (info->si_code == ILL_ILLTRP)
272 PrintToStderr(" ILL_ILLTRP ");
/external/valgrind/include/vki/
H A Dvki-darwin.h513 #define VKI_ILL_ILLTRP ILL_ILLTRP
H A Dvki-solaris.h940 #define VKI_ILL_ILLTRP ILL_ILLTRP

Completed in 243 milliseconds