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

/haiku/src/system/libroot/posix/signal/
H A Dsigwait.cpp28 // translate SIGBUS to SIGSEGV
29 if (*_signal == SIGBUS)
H A Dsignal.cpp55 // If the signal is SIGSEGV, set the same signal handler for SIGBUS. Those
58 signal_common(SIGBUS, signalHandler, SA_BEOS_COMPATIBLE_HANDLER);
H A Dsigaction.cpp43 // If the signal is SIGSEGV, set the same signal action for SIGBUS. Those
46 __sigaction(SIGBUS, &action, NULL);
/haiku/headers/private/libroot/
H A Dsignal_private.h35 // if SIGBUS is set, set SIGSEGV, since they have the same number in BeOS
36 if ((set & SIGNAL_TO_MASK(SIGBUS)) != 0)
48 // if SIGSEGV is set, set SIGBUS, since they have the same number in BeOS
50 set |= SIGNAL_TO_MASK(SIGBUS);
/haiku/src/bin/debug/strace/
H A Dsignals.cpp46 /* 30 */ "SIGBUS",
107 case SIGBUS:
177 || info.si_signo == SIGBUS || info.si_signo == SIGTRAP) {
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DSignalDispositionEditWindow.cpp198 ADD_SIGNAL_MENU_ITEM(SIGBUS)
/haiku/headers/posix/
H A Dsignal.h149 #define SIGBUS 30 /* access to undefined portion of a memory object */ macro
194 /* SIGBUS */
/haiku/src/system/kernel/arch/x86/
H A Darch_int.cpp145 signalNumber = SIGBUS;
168 signalNumber = SIGBUS;
/haiku/src/system/kernel/arch/riscv64/
H A Darch_int.cpp424 return SendSignal(B_ALIGNMENT_EXCEPTION, SIGBUS, BUS_ADRALN,
438 return SendSignal(B_SEGMENT_VIOLATION, SIGBUS, BUS_ADRERR,
/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp302 // In case of a BeOS compatible handler map SIGBUS to SIGSEGV, since they
305 && signalFrameData->info.si_signo == SIGBUS) {
/haiku/src/bin/unzip/
H A Dfileio.c1573 #if !(defined(SIGBUS) || defined(SIGSEGV)) /* add a newline if not at */
1579 #ifdef SIGBUS
1580 if (signal == SIGBUS) {
1586 #endif /* SIGBUS */
H A Dunzip.c698 #ifdef SIGBUS
699 SET_SIGHANDLER(SIGBUS, handler);
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp624 DEFINE_SIGNAL_STRING(SIGBUS)
/haiku/src/system/kernel/
H A Dsignal.cpp105 {"SIGBUS", 0},
1173 case SIGBUS:

Completed in 144 milliseconds