HomeSort by: relevance | last modified time | path
    Searched defs:SIGFPE (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/intl/
eval-plural.h 73 raise (SIGFPE);
79 raise (SIGFPE);
  /src/tests/lib/libpthread/
t_sigmask.c 76 sigaddset(&nset, SIGFPE);
79 kill(getpid(), SIGFPE);
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
lib1funcs.S 1481 #define SIGFPE 8
1498 mov r0, #SIGFPE
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
lib1funcs.S 1481 #define SIGFPE 8
1498 mov r0, #SIGFPE
  /src/sys/sys/
signal.h 60 #define SIGFPE 8 /* floating point exception */
183 #include <machine/signal.h> /* sigcontext; codes for SIGILL, SIGFPE */
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 125 const int SIGFPE = 8;
2159 sig == SIGABRT || sig == SIGFPE || sig == SIGPIPE || sig == SIGSYS;
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 117 const int SIGFPE = 8;
2054 sig == SIGABRT || sig == SIGFPE || sig == SIGPIPE || sig == SIGSYS ||
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sigall.c 369 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
391 /* The intent behind generating SIGFPE this way is to check the mapping
403 kill (getpid (), SIGFPE);
1170 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
1174 signal (SIGFPE, handle_FPE);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sigall.c 369 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
391 /* The intent behind generating SIGFPE this way is to check the mapping
403 kill (getpid (), SIGFPE);
1170 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
1174 signal (SIGFPE, handle_FPE);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c 386 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
408 /* The intent behind generating SIGFPE this way is to check the mapping
420 kill (getpid (), SIGFPE);
1186 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
1190 signal (SIGFPE, handle_FPE);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c 386 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
408 /* The intent behind generating SIGFPE this way is to check the mapping
420 kill (getpid (), SIGFPE);
1186 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
1190 signal (SIGFPE, handle_FPE);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 123 const int SIGFPE = 8;
1975 sig == SIGABRT || sig == SIGFPE || sig == SIGPIPE || sig == SIGSYS ||

Completed in 48 milliseconds