HomeSort by: relevance | last modified time | path
    Searched defs:SIGSEGV (Results 1 - 9 of 9) sorted by relevancy

  /src/tests/lib/libc/sys/
t_setrlimit.c 540 * used. If it can't be used, this will crash with SIGSEGV,
561 * - If expectsegv, verify that access fails with SIGSEGV.
564 * Do this in a subprocess rather than with a SIGSEGV handler,
568 * like to a SIGSEGV handler.
595 ATF_REQUIRE_EQ_MSG(WTERMSIG(status), SIGSEGV, "termsig=%d",
614 * SIGSEGV to test stack accessibility (which breaks even
615 * calling a function so we can't just use a SIGSEGV handler),
  /src/sys/sys/
signal.h 63 #define SIGSEGV 11 /* segmentation violation */
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 126 const int SIGSEGV = 11;
2158 return sig == SIGSEGV || sig == SIGBUS || sig == SIGILL || sig == SIGTRAP ||
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 118 const int SIGSEGV = 11;
2053 return sig == SIGSEGV || sig == SIGBUS || sig == SIGILL || sig == SIGTRAP ||
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sigall.c 369 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
393 do the same for SIGBUS, SIGSEGV, etc., but I suspect that even this
411 kill (getpid (), SIGSEGV);
1170 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
1175 signal (SIGSEGV, handle_SEGV);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c 386 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
410 do the same for SIGBUS, SIGSEGV, etc., but I suspect that even this
428 kill (getpid (), SIGSEGV);
1186 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
1191 signal (SIGSEGV, handle_SEGV);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sigall.c 369 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
393 do the same for SIGBUS, SIGSEGV, etc., but I suspect that even this
411 kill (getpid (), SIGSEGV);
1170 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
1175 signal (SIGSEGV, handle_SEGV);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c 386 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
410 do the same for SIGBUS, SIGSEGV, etc., but I suspect that even this
428 kill (getpid (), SIGSEGV);
1186 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
1191 signal (SIGSEGV, handle_SEGV);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 124 const int SIGSEGV = 11;
1974 return sig == SIGSEGV || sig == SIGBUS || sig == SIGILL ||

Completed in 41 milliseconds