OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIGBUS
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
sig5.c
15
kill (getpid (),
SIGBUS
);
sig6.c
29
kill (getpid (),
SIGBUS
);
/src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
sig5.c
15
kill (getpid (),
SIGBUS
);
sig6.c
29
kill (getpid (),
SIGBUS
);
/src/external/gpl3/gdb/dist/sim/common/
sim-signal.c
39
#ifndef
SIGBUS
40
#define
SIGBUS
10
69
#ifdef
SIGBUS
70
return
SIGBUS
;
/src/external/gpl3/gdb.old/dist/sim/common/
sim-signal.c
39
#ifndef
SIGBUS
40
#define
SIGBUS
10
69
#ifdef
SIGBUS
70
return
SIGBUS
;
/src/external/gpl3/binutils/dist/bfd/
cisco-core.c
35
#ifndef
SIGBUS
36
# define
SIGBUS
10
185
case 2 : abfd->tdata.cisco_core_data->sig =
SIGBUS
; break;
187
case 3 : abfd->tdata.cisco_core_data->sig =
SIGBUS
; break;
206
this cannot be triggered by software. Call it a
SIGBUS
. */
207
case 13: abfd->tdata.cisco_core_data->sig =
SIGBUS
; break;
/src/external/gpl3/binutils.old/dist/bfd/
cisco-core.c
35
#ifndef
SIGBUS
36
# define
SIGBUS
10
185
case 2 : abfd->tdata.cisco_core_data->sig =
SIGBUS
; break;
187
case 3 : abfd->tdata.cisco_core_data->sig =
SIGBUS
; break;
206
this cannot be triggered by software. Call it a
SIGBUS
. */
207
case 13: abfd->tdata.cisco_core_data->sig =
SIGBUS
; break;
/src/external/gpl3/gdb/dist/bfd/
cisco-core.c
35
#ifndef
SIGBUS
36
# define
SIGBUS
10
185
case 2 : abfd->tdata.cisco_core_data->sig =
SIGBUS
; break;
187
case 3 : abfd->tdata.cisco_core_data->sig =
SIGBUS
; break;
206
this cannot be triggered by software. Call it a
SIGBUS
. */
207
case 13: abfd->tdata.cisco_core_data->sig =
SIGBUS
; break;
/src/external/gpl3/gdb.old/dist/bfd/
cisco-core.c
35
#ifndef
SIGBUS
36
# define
SIGBUS
10
185
case 2 : abfd->tdata.cisco_core_data->sig =
SIGBUS
; break;
187
case 3 : abfd->tdata.cisco_core_data->sig =
SIGBUS
; break;
206
this cannot be triggered by software. Call it a
SIGBUS
. */
207
case 13: abfd->tdata.cisco_core_data->sig =
SIGBUS
; break;
/src/sys/sys/
signal.h
62
#define
SIGBUS
10 /* bus error */
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp
130
const int
SIGBUS
= 10;
133
const int
SIGBUS
= 7;
2158
return sig == SIGSEGV || sig ==
SIGBUS
|| sig == SIGILL || sig == SIGTRAP ||
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp
122
const int
SIGBUS
= 10;
125
const int
SIGBUS
= 7;
2053
return sig == SIGSEGV || sig ==
SIGBUS
|| sig == SIGILL || sig == SIGTRAP ||
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sigall.c
393
do the same for
SIGBUS
, SIGSEGV, etc., but I suspect that even this
460
#ifdef
SIGBUS
461
kill (getpid (),
SIGBUS
);
1188
#ifdef
SIGBUS
1189
signal (
SIGBUS
, handle_BUS);
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c
410
do the same for
SIGBUS
, SIGSEGV, etc., but I suspect that even this
477
#ifdef
SIGBUS
478
kill (getpid (),
SIGBUS
);
1204
#ifdef
SIGBUS
1205
signal (
SIGBUS
, handle_BUS);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sigall.c
393
do the same for
SIGBUS
, SIGSEGV, etc., but I suspect that even this
460
#ifdef
SIGBUS
461
kill (getpid (),
SIGBUS
);
1188
#ifdef
SIGBUS
1189
signal (
SIGBUS
, handle_BUS);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c
410
do the same for
SIGBUS
, SIGSEGV, etc., but I suspect that even this
477
#ifdef
SIGBUS
478
kill (getpid (),
SIGBUS
);
1204
#ifdef
SIGBUS
1205
signal (
SIGBUS
, handle_BUS);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc
128
const int
SIGBUS
= 10;
131
const int
SIGBUS
= 7;
1974
return sig == SIGSEGV || sig ==
SIGBUS
|| sig == SIGILL ||
/src/external/gpl3/gdb/dist/sim/sh/
interp.c
73
#ifndef
SIGBUS
74
#define
SIGBUS
SIGSEGV
274
raise_exception (
SIGBUS
);
1841
|| saved_state.asregs.exception ==
SIGBUS
)
1845
/* Check for
SIGBUS
due to insn fetch. */
1847
saved_state.asregs.exception =
SIGBUS
;
/src/external/gpl3/gdb.old/dist/sim/sh/
interp.c
73
#ifndef
SIGBUS
74
#define
SIGBUS
SIGSEGV
274
raise_exception (
SIGBUS
);
1841
|| saved_state.asregs.exception ==
SIGBUS
)
1845
/* Check for
SIGBUS
due to insn fetch. */
1847
saved_state.asregs.exception =
SIGBUS
;
Completed in 48 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026