Searched refs:SIGSEGV (Results 126 - 150 of 258) sorted by relevance

1234567891011

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_posix.cc303 return si->si_signo == SIGSEGV;
318 case SIGSEGV:
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix.cc306 return si->si_signo == SIGSEGV;
321 case SIGSEGV:
/netbsd-current/tests/lib/libc/sys/
H A Dt_wait.c158 ATF_REQUIRE(WIFSIGNALED(st) && WTERMSIG(st) == SIGSEGV
160 ATF_REQUIRE(si.si_status == SIGSEGV);
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dsignals.cc128 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
138 if (hostsig == SIGSEGV)
385 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
396 return SIGSEGV;
/netbsd-current/external/gpl3/gdb/dist/gdb/stubs/
H A Dsparc-stub.c451 {1, SIGSEGV}, /* instruction access error */
457 {9, SIGSEGV}, /* data access exception */
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dsignals.cc128 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
138 if (hostsig == SIGSEGV)
385 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
396 return SIGSEGV;
/netbsd-current/sys/arch/x68k/x68k/
H A Dkgdb_stub.c221 sigval = SIGSEGV;
224 sigval = SIGSEGV;
H A Dtrap.c204 * (e.g. bad address with user ignoring SIGSEGV). In that case
627 ksi.ksi_signo = SIGSEGV;
631 ksi.ksi_signo = SIGSEGV;
/netbsd-current/sys/arch/arm/arm32/
H A Dfault.c379 ksi.ksi_signo = SIGSEGV;
532 ksi.ksi_signo = SIGSEGV;
540 ksi.ksi_signo = SIGSEGV;
873 ksi.ksi_signo = SIGSEGV;
918 ksi.ksi_signo = SIGSEGV;
/netbsd-current/sys/arch/usermode/usermode/
H A Dtrap.c140 signal_intr_establish(SIGSEGV, pagefault);
231 thunk_printf_debug("SIGSEGV or SIGBUS!\n");
313 if (sig == SIGBUS || sig == SIGSEGV || sig == SIGILL) {
347 if (sig == SIGBUS || sig == SIGSEGV)
/netbsd-current/sys/arch/riscv/riscv/
H A Dtrap.c424 trap_ksi_init(ksi, SIGSEGV, SEGV_MAPERR, addr, cause);
469 int signo = SIGSEGV;
485 KASSERT(signo == SIGSEGV);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsigall.c369 /* 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);
410 kill (getpid (), SIGSEGV); local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsigall.c369 /* 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);
410 kill (getpid (), SIGSEGV); local
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dfix_unaligned.c162 ksi->ksi_signo = SIGSEGV;
359 ksi->ksi_signo = SIGSEGV;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Dsigall-reverse.c386 /* 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);
427 kill (getpid (), SIGSEGV); local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Devent-top.c861 /* Install the SIGSEGV handler. */
874 sigaction (SIGSEGV, &sa, nullptr);
876 signal (SIGSEGV, handle_sigsegv);
880 /* Handler for SIGSEGV. */
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsshbuf.c68 ssh_signal(SIGSEGV, SIG_DFL);
69 raise(SIGSEGV);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix.cpp298 return si->si_signo == SIGSEGV || si->si_signo == SIGBUS;
313 case SIGSEGV:
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dsigall-reverse.c386 /* 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);
427 kill (getpid (), SIGSEGV); local
/netbsd-current/sys/arch/atari/atari/
H A Dtrap.c207 * (e.g. bad address with user ignoring SIGSEGV). In that case
655 ksi.ksi_signo = SIGSEGV;
659 ksi.ksi_signo = SIGSEGV;
/netbsd-current/sys/arch/next68k/next68k/
H A Dtrap.c211 * (e.g. bad address with user ignoring SIGSEGV). In that case
618 ksi.ksi_signo = SIGSEGV;
622 ksi.ksi_signo = SIGSEGV;
/netbsd-current/sys/arch/news68k/news68k/
H A Dtrap.c196 * (e.g. bad address with user ignoring SIGSEGV). In that case
573 ksi.ksi_signo = SIGSEGV;
577 ksi.ksi_signo = SIGSEGV;
/netbsd-current/sys/arch/hp300/hp300/
H A Dtrap.c203 * (e.g. bad address with user ignoring SIGSEGV). In that case
629 ksi.ksi_signo = SIGSEGV;
633 ksi.ksi_signo = SIGSEGV;
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dtrap.c175 * (e.g. bad address with user ignoring SIGSEGV). In that case
559 ksi.ksi_signo = SIGSEGV;
563 ksi.ksi_signo = SIGSEGV;
/netbsd-current/sys/arch/cesfic/cesfic/
H A Dtrap.c206 * (e.g. bad address with user ignoring SIGSEGV). In that case
608 ksi.ksi_signo = SIGSEGV;
612 ksi.ksi_signo = SIGSEGV;

Completed in 270 milliseconds

1234567891011