Searched refs:SIGSEGV (Results 176 - 200 of 258) sorted by relevance

1234567891011

/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/sodium/
H A Dutils.c439 # ifdef SIGSEGV
440 raise(SIGSEGV);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DSignals.inc218 SIGILL, SIGTRAP, SIGABRT, SIGFPE, SIGBUS, SIGSEGV, SIGQUIT
636 /// When an error signal (such as SIGABRT or SIGSEGV) is delivered to the
H A DProcess.inc169 signal(SIGSEGV, _exit);
/netbsd-current/external/gpl3/gcc/dist/c++tools/
H A Dserver.cc888 #ifdef SIGSEGV
889 signal (SIGSEGV, crash_signal);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Devent-top.c991 /* The SIGSEGV handler for this thread, or NULL if there is none. GDB
992 always installs a global SIGSEGV handler, and then lets threads
1005 /* Install the SIGSEGV handler. */
1018 sigaction (SIGSEGV, &sa, nullptr);
1020 signal (SIGSEGV, handle_sigsegv);
1024 /* Handler for SIGSEGV. */
1056 For SIGSEGV the handle_sig* function does all the work for handling this
/netbsd-current/sys/arch/powerpc/ibm4xx/
H A Dtrap.c254 ksi.ksi_signo = SIGSEGV;
264 ksi.ksi_signo = SIGSEGV;
/netbsd-current/sys/arch/amiga/amiga/
H A Dtrap.c485 ksi.ksi_signo = SIGSEGV;
489 ksi.ksi_signo = SIGSEGV;
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dtest_program_test.cpp159 create_mock_tester_signal(SIGSEGV);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cc146 static const int kSyncSignals[] = {SIGABRT, SIGILL, SIGFPE, SIGSEGV,
H A Dsanitizer_posix_libcdep.cc219 MaybeInstallSigaction(SIGSEGV, handler);
H A Dsanitizer_stoptheworld_linux_libcdep.cc252 static const int kSyncSignals[] = { SIGABRT, SIGILL, SIGFPE, SIGSEGV, SIGBUS,
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcisco-core.c197 case 8 : abfd->tdata.cisco_core_data->sig = SIGSEGV; break;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dppccap.c386 sigdelset(&all_masked, SIGSEGV);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp146 static const int kSyncSignals[] = {SIGABRT, SIGILL, SIGFPE, SIGSEGV,
H A Dsanitizer_posix_libcdep.cpp213 MaybeInstallSigaction(SIGSEGV, handler);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcisco-core.c197 case 8 : abfd->tdata.cisco_core_data->sig = SIGSEGV; break;
/netbsd-current/sys/arch/hppa/hppa/
H A Dtrap.c885 ksi.ksi_signo = SIGSEGV;
895 ksi.ksi_signo = SIGSEGV;
1037 ksi.ksi_signo = SIGSEGV;
1054 ksi.ksi_signo = SIGSEGV;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcisco-core.c197 case 8 : abfd->tdata.cisco_core_data->sig = SIGSEGV; break;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcisco-core.c197 case 8 : abfd->tdata.cisco_core_data->sig = SIGSEGV; break;
/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcsutil.c467 # if defined(SIGSEGV) && mmap_signal==SIGSEGV
468 case SIGSEGV: sname = "Segmentation fault"; break;
743 * you'll get a SIGBUS or SIGSEGV (depending on the operating system).
/netbsd-current/sys/arch/mips/mips/
H A Dtrap.c494 ksi.ksi_signo = SIGSEGV;
504 ksi.ksi_signo = SIGSEGV;
542 ksi.ksi_signo = SIGSEGV;
/netbsd-current/external/cddl/osnet/dist/uts/intel/dtrace/
H A Dfasttrap_isa.c771 sqp->sq_info.si_signo = SIGSEGV;
785 ksi->ksi_signo = SIGSEGV;
788 (void) tdksignal(t, SIGSEGV, ksi);
1221 * fails; in that case, we send a SIGSEGV.
1457 * a SIGSEGV and reset the pc to emulate what would happen if
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc223 MaybeInstallSigaction(SIGSEGV, handler);
H A Dsanitizer_stoptheworld_linux_libcdep.cc238 static const int kSyncSignals[] = { SIGABRT, SIGILL, SIGFPE, SIGSEGV, SIGBUS,
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-signal.c66 ASSERT(uv_signal_start(&signal, signum_test_cb, SIGSEGV) == 0);

Completed in 199 milliseconds

1234567891011