/toolchain/binutils/binutils-2.25/config/ |
D | intdiv0.m4 | 21 #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.])
|
/toolchain/binutils/binutils-2.25/include/gdb/ |
D | signals.def | 1 /* Target signal numbers for GDB and the GDB remote protocol. 20 there is no signal. */ 39 SET (GDB_SIGNAL_STOP, 17, "SIGSTOP", "Stopped (signal)") 52 SET (GDB_SIGNAL_USR1, 30, "SIGUSR1", "User defined signal 1") 53 SET (GDB_SIGNAL_USR2, 31, "SIGUSR2", "User defined signal 2") 101 /* Used internally by Solaris threads. See signal(5) on Solaris. */ 102 SET (GDB_SIGNAL_CANCEL, 76, "SIGCANCEL", "LWP internal signal") 178 /* Some signal we don't know about. */ 179 SET (GDB_SIGNAL_UNKNOWN, 143, NULL, "Unknown signal") 181 /* Use whatever signal we use when one is not specifically specified [all …]
|
/toolchain/binutils/binutils-2.25/gold/ |
D | gold-threads.h | 151 signal() = 0; 176 signal() in signal() function 177 { this->condvar_->signal(); } in signal()
|
D | gold-threads.cc | 181 signal() in signal() function in gold::Condvar_impl_nothreads 203 signal(); 240 Condvar_impl_threads::signal() in signal() function in gold::Condvar_impl_threads
|
D | workqueue.cc | 172 this->condvar_.signal(); in add_to_queue() 434 this->condvar_.signal(); in return_or_queue()
|
/toolchain/binutils/binutils-2.25/bfd/hosts/ |
D | alphalinux.h | 25 ((abfd)->tdata.trad_core_data->u.signal)
|
D | m68klinux.h | 25 ((abfd)->tdata.trad_core_data->u.signal)
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | justsyms_1.cc | 51 signal(SIGSEGV, handle_sigsegv); in main()
|
D | relro_test.cc | 147 signal(SIGSEGV, sigsegv_handler); in t2()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-am33lin.c | 55 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12); in elf32_am33lin_grok_prstatus()
|
D | elf64-tilegx.c | 41 elf_tdata (abfd)->core->signal = in tilegx_elf_grok_prstatus()
|
D | elf32-tilegx.c | 41 elf_tdata (abfd)->core->signal = in tilegx_elf_grok_prstatus()
|
D | elfcore.h | 30 return elf_tdata (abfd)->core->signal; in elf_core_file_failing_signal()
|
D | elfxx-aarch64.c | 487 elf_tdata (abfd)->core->signal in _bfd_aarch64_elf_grok_prstatus()
|
D | elf.c | 8140 if (elf_tdata (abfd)->core->signal == 0) in elfcore_grok_prstatus() 8141 elf_tdata (abfd)->core->signal = prstat.pr_cursig; in elfcore_grok_prstatus() 8169 if (elf_tdata (abfd)->core->signal == 0) in elfcore_grok_prstatus() 8170 elf_tdata (abfd)->core->signal = prstat.pr_cursig; in elfcore_grok_prstatus() 8492 if (elf_tdata (abfd)->core->signal == 0) in elfcore_grok_lwpstatus() 8493 elf_tdata (abfd)->core->signal = lwpstat.pr_cursig; in elfcore_grok_lwpstatus() 8580 elf_tdata (abfd)->core->signal = bfd_get_32 (abfd, note->descdata + 12); in elfcore_grok_win32pstatus() 8912 elf_tdata (abfd)->core->signal in elfcore_grok_netbsd_procinfo() 8996 elf_tdata (abfd)->core->signal in elfcore_grok_openbsd_procinfo() 9078 elf_tdata (abfd)->core->signal = sig; in elfcore_grok_nto_status()
|
D | elf32-mips.c | 2309 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12); in elf32_mips_grok_prstatus()
|
D | elf32-cris.c | 513 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12); in cris_elf_grok_prstatus() 532 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12); in cris_elf_grok_prstatus()
|
D | elf64-hppa.c | 2596 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12); in elf64_hppa_grok_prstatus() 2777 elf_tdata (abfd)->core->signal = sig; in elf64_hppa_section_from_phdr()
|
D | elfn32-mips.c | 3499 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12); in elf32_mips_grok_prstatus()
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | functions.texi | 1137 followed by the description of the signal specified by @var{signo}, 1231 Returns the maximum signal value for which a corresponding symbolic 1237 new signal codes may be added to the system before they are added to 1239 the largest signo value defined in @code{<signal.h>}. 1249 Sets the signal mask to the one provided in @var{set} and returns 1640 Maps an signal number to an signal message string, the contents of 1645 If the supplied signal number is within the valid range of indices for 1647 signal number, then returns the string @samp{Signal @var{num}}, where 1648 @var{num} is the signal number. 1650 If the supplied signal number is not a valid index into [all …]
|
D | libiberty.texi | 194 * Error Reporting:: Mapping errno and signal numbers to 226 @c signal stuff
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | s390-opc.txt | 178 ae sigp RS_RRRD "signal processor" g5 esa,zarch 283 b348 kxbr RRE_FF "compare and signal extended bfp" g5 esa,zarch 284 b318 kdbr RRE_FF "compare and signal long bfp" g5 esa,zarch 285 ed0000000018 kdb RXE_FRRD "compare and signal long bfp" g5 esa,zarch 286 b308 kebr RRE_FF "compare and signal short bfp" g5 esa,zarch 287 ed0000000008 keb RXE_FRRD "compare and signal short bfp" g5 esa,zarch 360 b274 siga S_RD "signal adapter" g5 esa,zarch 808 b3e0 kdtr RRE_FF "compare and signal long dfp" z9-ec zarch 809 b3e8 kxtr RRE_FF "compare and signal extended dfp" z9-ec zarch 836 b2bd lfas S_RD "load fpd and signal" z9-ec zarch [all …]
|
/toolchain/binutils/binutils-2.25/intl/ |
D | config.h.in | 181 /* Define if integer division by zero raises signal SIGFPE. */
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | gprof.texi | 169 Similarly, signal catchers, even though profiled, will appear 171 Any profiled children of signal catchers should have their times 172 propagated properly, unless the signal catcher was invoked during 391 neither does abnormal termination due to an unhandled signal. 1231 signal handlers. 1879 a signal to the process (typically via @code{setitimer()}), 1882 Since this method requires a signal to be delivered to 1885 added delay required to deliver the signal, this method is 1890 a clock signal handler.
|
/toolchain/binutils/binutils-2.25/etc/ |
D | configure | 1492 $as_echo "$as_me: caught signal $ac_signal"
|