Searched refs:SIGSEGV (Results 1 - 11 of 11) sorted by relevance

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d45 inline int SIGSEGV = 11;
46 #pragma D binding "1.0" SIGSEGV
/xnu-2782.1.97/bsd/uxkern/
H A Dux_exception.c284 * Stack overflow should result in a SIGSEGV signal
306 * SIGSEGV signal.
308 ux_signal = SIGSEGV;
312 * SIGSEGV on an alternate stack, force-deliver
313 * SIGSEGV with a SIG_DFL handler.
320 (ps->ps_sigact[SIGSEGV] == SIG_IGN) ||
324 ps->ps_sigact[SIGSEGV] = SIG_DFL;
446 *ux_signal = SIGSEGV;
/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_prot.c243 sigaction(SIGSEGV, &sa, 0);
/xnu-2782.1.97/tools/tests/xnu_quick_test/helpers/
H A Ddata_exec.c110 if (sigaction(SIGSEGV, &sigact, NULL) == -1) {
111 perror("sigaction SIGSEGV");
/xnu-2782.1.97/bsd/sys/
H A Dsignal.h98 #define SIGSEGV 11 /* segmentation violation */ macro
291 * When the signal is SIGSEGV or SIGBUS, si_addr contains the address of
292 * the faulting memory reference. Although for x86 there are cases of SIGSEGV
327 /* Codes for SIGSEGV */
572 sigmask(SIGSEGV)|sigmask(SIGSYS)|\
/xnu-2782.1.97/bsd/dev/i386/
H A Dunix_signal.c454 case SIGSEGV:
540 case SIGILL: case SIGBUS: case SIGSEGV: case SIGFPE: case SIGTRAP:
578 case SIGILL: case SIGBUS: case SIGSEGV: case SIGFPE: case SIGTRAP:
786 /* Map GP fault to SIGSEGV, otherwise defer to caller */
788 *unix_signal = SIGSEGV;
H A Dfasttrap_isa.c756 t->uu_siglist |= sigmask(SIGSEGV);
763 t->uu_exception = KERN_INVALID_ADDRESS; /* SIGSEGV */
1140 * fails; in that case, we send a SIGSEGV.
1335 * a SIGSEGV and reset the pc to emulate what would happen if
1684 * fails; in that case, we send a SIGSEGV.
1875 * a SIGSEGV and reset the pc to emulate what would happen if
/xnu-2782.1.97/tools/tests/superpages/
H A Dtestsp.c40 [SIGSEGV] "SIGSEGV"
652 sigaction( SIGSEGV, &my_sigaction, NULL );
/xnu-2782.1.97/bsd/kern/
H A Dmach_process.c246 psignal(p, SIGSEGV);
H A Dkern_exit.c394 if ((SIGSEGV == WTERMSIG(rv)) &&
H A Dkern_sig.c2404 * Are you sure you want to ignore SIGSEGV
2566 * Are you sure you want to ignore SIGSEGV
2711 case SIGILL: case SIGBUS: case SIGSEGV: case SIGFPE: case SIGTRAP:

Completed in 64 milliseconds