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

<<11

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp118 const int SIGSEGV = 11; variable
2053 return sig == SIGSEGV || sig == SIGBUS || sig == SIGILL || sig == SIGTRAP ||
/netbsd-current/external/gpl3/gdb.old/dist/sim/sh/
H A Dinterp.c86 #define SIGBUS SIGSEGV
/netbsd-current/external/gpl3/gdb/dist/sim/sh/
H A Dinterp.c76 #define SIGBUS SIGSEGV
/netbsd-current/external/gpl3/autoconf/dist/
H A Dmaint.mk587 SIGQUIT SIGRETRACT SIGSAK SIGSEGV SIGSOUND SIGSTKFLT SIGSTOP SIGSYS \
/netbsd-current/external/gpl3/gdb.old/dist/sim/cr16/
H A Dsimops.c5190 #ifdef SIGSEGV
5191 case 11: os_sig = SIGSEGV; break;
/netbsd-current/external/gpl3/gdb/dist/sim/cr16/
H A Dsimops.c5181 #ifdef SIGSEGV
5182 case 11: os_sig = SIGSEGV; break;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dipc.cc158 // SIGSEGV Handler
2703 /* install a handler for SIGSEGV */
2708 if (sigaction (SIGSEGV, &act, NULL) == -1)
2710 ipc_request_trace (TRACE_LVL_1, "Unable to install SIGSEGV handler\n");
2714 ipc_log ("Installed SIGSEGV handler to handle crash properly\n");
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dipc.cc158 // SIGSEGV Handler
2702 /* install a handler for SIGSEGV */
2707 if (sigaction (SIGSEGV, &act, NULL) == -1)
2709 ipc_request_trace (TRACE_LVL_1, "Unable to install SIGSEGV handler\n");
2713 ipc_log ("Installed SIGSEGV handler to handle crash properly\n");

Completed in 175 milliseconds

<<11