Searched refs:SIGBUS (Results 1 - 25 of 68) sorted by relevance

123

/macosx-10.9.5/libunwind-35.3/testsuite/
H A Dexception_signal.cxx14 ::signal(SIGBUS, SIG_DFL);
32 ::signal(SIGBUS, segfault);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DSignals.py66 installHandler(signal.SIGBUS)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DSignals.py66 installHandler(signal.SIGBUS)
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dsignal.d43 inline int SIGBUS = 10;
44 #pragma D binding "1.0" SIGBUS
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/netware/
H A Dapr_private.h134 #ifndef SIGBUS
135 #define SIGBUS SIGSEGV macro
/macosx-10.9.5/apr-30/apr/apr/include/arch/netware/
H A Dapr_private.h134 #ifndef SIGBUS
135 #define SIGBUS SIGSEGV macro
/macosx-10.9.5/bash-92/bash-3.2/
H A Dsiglist.c89 #if defined (SIGBUS)
90 sys_siglist[SIGBUS] = "Bus error";
/macosx-10.9.5/ruby-104/ruby/
H A Dsignal.c48 #undef SIGBUS macro
88 #ifdef SIGBUS
89 {"BUS", SIGBUS},
513 #ifdef SIGBUS
514 || signum == SIGBUS
624 #ifdef SIGBUS
630 * and it's delivered as SIGBUS instaed of SIGSEGV to userland. It's crazy
779 #ifdef SIGBUS
780 case SIGBUS:
938 #ifdef SIGBUS
[all...]
/macosx-10.9.5/sudo-72/src/
H A Dmksiglist.h47 #ifdef SIGBUS
48 if (sudo_sys_siglist[SIGBUS] == NULL)
49 sudo_sys_siglist[SIGBUS] = "Bus error";
/macosx-10.9.5/WebKit2-7537.78.2/Shared/EntryPointUtilities/mac/LegacyProcess/
H A DChildProcessEntryPoint.mm51 signal(SIGBUS, _exit);
/macosx-10.9.5/BerkeleyDB-21/db/mod_db4/
H A Dmod_db4.c81 signal(SIGBUS, sig_unrecoverable);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/win32/
H A Dapr_private.h91 #define SIGBUS 7 macro
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/unix/
H A Dsignals.c184 #ifdef SIGBUS
185 store_desc(SIGBUS, "Bus error");
279 #ifdef SIGBUS
280 sigdelset(sig_mask, SIGBUS);
/macosx-10.9.5/apr-30/apr/apr/include/arch/win32/
H A Dapr_private.h91 #define SIGBUS 7 macro
/macosx-10.9.5/apr-30/apr/apr/threadproc/unix/
H A Dsignals.c184 #ifdef SIGBUS
185 store_desc(SIGBUS, "Bus error");
279 #ifdef SIGBUS
280 sigdelset(sig_mask, SIGBUS);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcisco-core.c35 #ifndef SIGBUS
36 # define SIGBUS 10 macro
187 case 2 : abfd->tdata.cisco_core_data->sig = SIGBUS; break;
189 case 3 : abfd->tdata.cisco_core_data->sig = SIGBUS; break;
208 this cannot be triggered by software. Call it a SIGBUS. */
209 case 13: abfd->tdata.cisco_core_data->sig = SIGBUS; break;
/macosx-10.9.5/bash-92/bash-3.2/CWRU/misc/
H A Dsigstat.c121 #if defined (SIGBUS) /* bus error */
122 signames[SIGBUS] = "SIGBUS";
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dsignames.c289 #if defined (SIGBUS) /* bus error */
290 signal_names[SIGBUS] = "SIGBUS";
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclPosixStr.c946 #ifdef SIGBUS
947 case SIGBUS: return "SIGBUS";
1000 #if defined(SIGSEGV) && (!defined(SIGBUS) || (SIGSEGV != SIGBUS))
1081 #ifdef SIGBUS
1082 case SIGBUS: return "bus error";
1135 #if defined(SIGSEGV) && (!defined(SIGBUS) || (SIGSEGV != SIGBUS))
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclPosixStr.c950 #ifdef SIGBUS
951 case SIGBUS: return "SIGBUS";
1004 #if defined(SIGSEGV) && (!defined(SIGBUS) || (SIGSEGV != SIGBUS))
1083 #ifdef SIGBUS
1084 case SIGBUS: return "bus error";
1137 #if defined(SIGSEGV) && (!defined(SIGBUS) || (SIGSEGV != SIGBUS))
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Dcrash.d8 * When applications crash via a SIGSEGV or SIGBUS, a report of the
65 /(args[2] == SIGBUS || args[2] == SIGSEGV) && pid == args[1]->pr_pid/
74 printf("Type: %s\n", args[2] == SIGBUS ? "SIGBUS" : "SIGSEGV");
/macosx-10.9.5/dtrace-118.1/DTTk/Proc/
H A Dcrash.d8 * When applications crash via a SIGSEGV or SIGBUS, a report of the
65 /(args[2] == SIGBUS || args[2] == SIGSEGV) && pid == args[1]->pr_pid/
74 printf("Type: %s\n", args[2] == SIGBUS ? "SIGBUS" : "SIGSEGV");
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_prot.c244 sigaction(SIGBUS, &sa, 0);
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dstrsignal.c112 #if defined (SIGBUS)
113 ENTRY(SIGBUS, "SIGBUS", "Bus error"),
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/data/
H A Dsignals.c59 #ifdef SIGBUS
60 "BUS", VAL(SIGBUS,SH_SIGDONE), S("Bus error"),
61 #endif /* SIGBUS */

Completed in 167 milliseconds

123