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

/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c283 * Stack overflow should result in a SIGSEGV signal
305 * SIGSEGV signal.
307 ux_signal = SIGSEGV;
311 * SIGSEGV on an alternate stack, force-deliver
312 * SIGSEGV with a SIG_DFL handler.
319 (ps->ps_sigact[SIGSEGV] == SIG_IGN) ||
323 ps->ps_sigact[SIGSEGV] = SIG_DFL;
445 *ux_signal = SIGSEGV;
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_prot.c243 sigaction(SIGSEGV, &sa, 0);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/helpers/
H A Ddata_exec.c110 if (sigaction(SIGSEGV, &sigact, NULL) == -1) {
111 perror("sigaction SIGSEGV");
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dunix_signals.c212 case SIGSEGV:
413 * Map GP fault to SIGSEGV, otherwise defer to caller
415 *unix_signal = SIGSEGV;
/darwin-on-arm/xnu/bsd/sys/
H A Dsignal.h98 #define SIGSEGV 11 /* segmentation violation */ macro
305 * When the signal is SIGSEGV or SIGBUS, si_addr contains the address of
306 * the faulting memory reference. Although for x86 there are cases of SIGSEGV
341 /* Codes for SIGSEGV */
586 sigmask(SIGSEGV)|sigmask(SIGSYS)|\
/darwin-on-arm/xnu/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.c766 t->uu_siglist |= sigmask(SIGSEGV);
773 t->uu_exception = KERN_INVALID_ADDRESS; /* SIGSEGV */
1150 * fails; in that case, we send a SIGSEGV.
1345 * a SIGSEGV and reset the pc to emulate what would happen if
1694 * fails; in that case, we send a SIGSEGV.
1885 * a SIGSEGV and reset the pc to emulate what would happen if
/darwin-on-arm/xnu/tools/tests/superpages/
H A Dtestsp.c40 [SIGSEGV] "SIGSEGV"
652 sigaction( SIGSEGV, &my_sigaction, NULL );
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_process.c247 psignal(p, SIGSEGV);
H A Dkern_exit.c376 if ((SIGSEGV == WTERMSIG(rv)) &&
H A Dkern_sig.c2406 * Are you sure you want to ignore SIGSEGV
2568 * Are you sure you want to ignore SIGSEGV
2713 case SIGILL: case SIGBUS: case SIGSEGV: case SIGFPE: case SIGTRAP:

Completed in 39 milliseconds