HomeSort by: relevance | last modified time | path
    Searched refs:SIGIOT (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-signal.c 68 #ifdef SIGIOT
69 { "SIGIOT", SIGIOT, 6 },
  /src/external/gpl3/gdb/dist/sim/common/
target-newlib-signal.c 68 #ifdef SIGIOT
69 { "SIGIOT", SIGIOT, 6 },
  /src/external/gpl2/gmake/dist/
signame.c 107 /* If SIGIOT == SIGABRT, we want to print it as SIGABRT because
108 SIGABRT is in ANSI and POSIX.1 and SIGIOT isn't. */
112 #if defined (SIGIOT)
113 init_sig (SIGIOT, "IOT", _("IOT trap"));
  /src/external/gpl3/gcc/dist/fixincludes/
fixlib.h 49 #ifndef SIGIOT
50 #define SIGIOT SIGTERM
  /src/external/gpl3/gcc.old/dist/fixincludes/
fixlib.h 49 #ifndef SIGIOT
50 #define SIGIOT SIGTERM
  /src/games/larn/
signal.c 108 signal(SIGIOT, sigpanic);
  /src/external/gpl3/binutils.old/dist/gas/
messages.c 391 #if defined SIGIOT && (!defined SIGABRT || SIGABRT != SIGIOT)
392 signal (SIGIOT, signal_crash);
  /src/external/gpl3/binutils/dist/gas/
messages.c 426 #if defined SIGIOT && (!defined SIGABRT || SIGABRT != SIGIOT)
427 signal (SIGIOT, signal_crash);
  /src/games/warp/
sig.c 165 kill(0,SIGIOT);
  /src/external/bsd/nvi/dist/ex/
ex_shell.c 269 #ifdef SIGIOT
270 { SIGIOT, "IOT trap" },
  /src/external/gpl3/binutils/dist/libiberty/
strsignal.c 95 /* Put SIGIOT before SIGABRT, so that if SIGIOT==SIGABRT then SIGABRT
96 overrides SIGIOT. SIGABRT is in ANSI and POSIX.1, and SIGIOT isn't. */
97 #if defined (SIGIOT)
98 ENTRY(SIGIOT, "SIGIOT", "IOT trap"),
  /src/external/gpl3/binutils.old/dist/libiberty/
strsignal.c 95 /* Put SIGIOT before SIGABRT, so that if SIGIOT==SIGABRT then SIGABRT
96 overrides SIGIOT. SIGABRT is in ANSI and POSIX.1, and SIGIOT isn't. */
97 #if defined (SIGIOT)
98 ENTRY(SIGIOT, "SIGIOT", "IOT trap"),
  /src/external/gpl3/gcc/dist/libiberty/
strsignal.c 95 /* Put SIGIOT before SIGABRT, so that if SIGIOT==SIGABRT then SIGABRT
96 overrides SIGIOT. SIGABRT is in ANSI and POSIX.1, and SIGIOT isn't. */
97 #if defined (SIGIOT)
98 ENTRY(SIGIOT, "SIGIOT", "IOT trap"),
  /src/external/gpl3/gcc.old/dist/libiberty/
strsignal.c 95 /* Put SIGIOT before SIGABRT, so that if SIGIOT==SIGABRT then SIGABRT
96 overrides SIGIOT. SIGABRT is in ANSI and POSIX.1, and SIGIOT isn't. */
97 #if defined (SIGIOT)
98 ENTRY(SIGIOT, "SIGIOT", "IOT trap"),
  /src/external/gpl3/gdb/dist/libiberty/
strsignal.c 95 /* Put SIGIOT before SIGABRT, so that if SIGIOT==SIGABRT then SIGABRT
96 overrides SIGIOT. SIGABRT is in ANSI and POSIX.1, and SIGIOT isn't. */
97 #if defined (SIGIOT)
98 ENTRY(SIGIOT, "SIGIOT", "IOT trap"),
  /src/external/gpl3/gdb.old/dist/libiberty/
strsignal.c 95 /* Put SIGIOT before SIGABRT, so that if SIGIOT==SIGABRT then SIGABRT
96 overrides SIGIOT. SIGABRT is in ANSI and POSIX.1, and SIGIOT isn't. */
97 #if defined (SIGIOT)
98 ENTRY(SIGIOT, "SIGIOT", "IOT trap"),
  /src/sys/arch/sparc/sparc/
kgdb_machdep.c 305 sigval = SIGIOT;
  /src/sys/arch/sparc64/sparc64/
kgdb_machdep.c 307 sigval = SIGIOT;
  /src/sys/arch/x86/x86/
linux_trap.c 152 case SIGIOT:
  /src/sys/sys/
signal.h 58 #define SIGIOT SIGABRT /* compatibility */
  /src/games/phantasia/
main.c 979 sigset(SIGIOT, ill_sig);
997 signal(SIGIOT, ill_sig);
1012 signal(SIGIOT, ill_sig);
1027 signal(SIGIOT, ill_sig);
  /src/external/gpl3/gcc/dist/gcc/
toplev.cc 1073 #if defined SIGIOT && (!defined SIGABRT || SIGABRT != SIGIOT)
1074 signal (SIGIOT, crash_signal);
  /src/external/gpl3/gcc.old/dist/gcc/
toplev.cc 1072 #if defined SIGIOT && (!defined SIGABRT || SIGABRT != SIGIOT)
1073 signal (SIGIOT, crash_signal);
  /src/external/gpl3/gdb/dist/sim/bfin/
linux-targ-map.h 1872 #ifdef SIGIOT
1874 { "SIGIOT", SIGIOT, TARGET_LINUX_SIGIOT },
  /src/external/gpl3/gdb.old/dist/sim/bfin/
linux-targ-map.h 1872 #ifdef SIGIOT
1874 { "SIGIOT", SIGIOT, TARGET_LINUX_SIGIOT },

Completed in 39 milliseconds

1 2