Home
last modified time | relevance | path

Searched refs:signal (Results 1 – 25 of 57) sorted by relevance

123

/ndk/sources/host-tools/make-3.81/config/
Dintdiv0.m421 #include <signal.h>
30 /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */
41 signal (SIGFPE, sigfpe_handler);
42 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
44 signal (SIGTRAP, sigfpe_handler);
46 /* Linux/SPARC yields signal SIGILL. */
48 signal (SIGILL, sigfpe_handler);
71 [Define if integer division by zero raises signal SIGFPE.])
/ndk/build/tools/toolchain-patches/gdb/
D0004-ndk-Fix-MIPS-builds-on-Darwin.patch9 gdb-6.6/sim/common/sim-signal.c | 2 +-
27 diff --git a/gdb-6.6/sim/common/sim-signal.c b/gdb-6.6/sim/common/sim-signal.c
29 --- a/gdb-6.6/sim/common/sim-signal.c
30 +++ b/gdb-6.6/sim/common/sim-signal.c
D0002-ndk-Fix-signal-handling-in-gdbserver-6.6.patch4 Subject: ndk: Fix signal handling in gdbserver-6.6
/ndk/sources/host-tools/make-3.81/
Dsigname.c231 strsignal (int signal) in strsignal() argument
248 if (signal > 0 || signal < NSIG) in strsignal()
249 return (char *) sys_siglist[signal]; in strsignal()
251 sprintf (buf, "Signal %d", signal); in strsignal()
Dvmsjobs.c256 lib$signal(status); in tryToSetupYAst()
275 lib$signal(status); in tryToSetupYAst()
287 lib$signal(status); in tryToSetupYAst()
Dconfigh.dos24 /* Define if `sys_siglist' is declared by <signal.h>. */
107 /* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
Dconfigure.in188 #include <signal.h>
285 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <signal.h>]],
292 [Define if <signal.h> defines the SA_RESTART constant.])
427 echo " Without one of these, signal handling is unreliable."
Dconfig.ami79 by a signal. */
144 /* Define as the return type of signal handlers (int or void). */
173 /* Define if `sys_siglist' is declared by <signal.h>. */
Dconfig.h-vms98 by a signal. */
168 /* Define as the return type of signal handlers (int or void). */
194 /* Define if `sys_siglist' is declared by <signal.h>. */
Dmake.h60 # define signal bsdsignal macro
Dconfig.h.in172 /* Define if <signal.h> defines the SA_RESTART constant. */
347 /* Define as the return type of signal handlers (`int' or `void'). */
Djob.c429 signal (SIGCHLD, SIG_DFL); in child_handler()
931 signal (SIGCHLD, SIG_DFL); in set_child_handler_action_flags()
1992 signal (SIGCHLD,SIG_IGN); in exec_command()
Dcommands.c451 signal (sig, SIG_DFL); in fatal_error_signal()
/ndk/sources/cxx-stl/stlport/stlport/
Dsignal.h26 # include_next <signal.h>
28 # include _STLP_NATIVE_C_HEADER(signal.h)
/ndk/sources/cxx-stl/gabi++/include/
Dcsignal34 * Standard C++ Library wrapper around the C signal.h header file.
37 #include <signal.h>
44 using ::signal;
/ndk/sources/cxx-stl/system/include/
Dcsignal34 * Standard C++ Library wrapper around the C signal.h header file.
37 #include <signal.h>
44 using ::signal;
/ndk/sources/host-tools/make-3.81/w32/subproc/
Dsub_proc.c45 int signal; member
124 process_kill(HANDLE proc, int signal) in process_kill() argument
127 pproc->signal = signal; in process_kill()
128 return (TerminateProcess((HANDLE) pproc->pid, signal)); in process_kill()
196 return (((sub_process *)proc)->signal); in process_signal()
795 pproc->signal = SIGINT; in process_pipe_io()
893 pproc->signal = SIGINT; in process_file_io()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_csignal.h33 using _STLP_VENDOR_CSTD::signal;
/ndk/sources/host-tools/make-3.81/w32/include/
Dsub_proc.h46 EXTERN_DECL(BOOL process_kill, (HANDLE proc, int signal));
/ndk/sources/host-tools/nawk-20071023/
Dmain.c69 signal(SIGFPE, fpecatch); in main()
/ndk/sources/host-tools/make-3.81/po/
Dhe.po1606 # It's no use to try to translate the signal names.
1608 msgid "unknown signal"
1609 msgstr "unknown signal"
1676 msgid "User defined signal 1"
1677 msgstr "User defined signal 1"
1680 msgid "User defined signal 2"
1681 msgstr "User defined signal 2"
1704 msgid "Stopped (signal)"
1705 msgstr "Stopped (signal)"
1752 msgid "Danger signal"
[all …]
Dda.po1620 msgid "unknown signal"
1621 msgstr "ukendt signal"
1690 msgid "User defined signal 1"
1691 msgstr "Brugerdefineret signal 1"
1694 msgid "User defined signal 2"
1695 msgstr "Brugerdefineret signal 2"
1718 msgid "Stopped (signal)"
1719 msgstr "Stoppet (signal)"
1766 msgid "Danger signal"
Dmake.pot1540 msgid "unknown signal"
1608 msgid "User defined signal 1"
1612 msgid "User defined signal 2"
1636 msgid "Stopped (signal)"
1684 msgid "Danger signal"
Dhr.po1626 msgid "unknown signal"
1627 msgstr "nepoznat signal"
1694 msgid "User defined signal 1"
1695 msgstr "Korisni�ki definiran signal 1"
1698 msgid "User defined signal 2"
1699 msgstr "Korisni�ki definiran signal 2"
1722 msgid "Stopped (signal)"
1774 msgid "Danger signal"
Dbe.po1559 msgid "unknown signal"
1627 msgid "User defined signal 1"
1631 msgid "User defined signal 2"
1655 msgid "Stopped (signal)"
1703 msgid "Danger signal"

123