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

1 2 3 4

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
siginfo.c 27 #ifdef SA_SIGINFO
48 #ifdef SA_SIGINFO
50 action.sa_flags |= SA_SIGINFO;
siginfo-infcall.c 23 #ifndef SA_SIGINFO
24 # error "SA_SIGINFO is required for this test"
66 sa.sa_flags = SA_SIGINFO;
siginfo-addr.c 61 action.sa_flags |= SA_SIGINFO;
siginfo-obj.c 61 action.sa_flags |= SA_SIGINFO;
siginfo-thread.c 70 action.sa_flags |= SA_SIGINFO;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
siginfo.c 27 #ifdef SA_SIGINFO
48 #ifdef SA_SIGINFO
50 action.sa_flags |= SA_SIGINFO;
siginfo-infcall.c 23 #ifndef SA_SIGINFO
24 # error "SA_SIGINFO is required for this test"
66 sa.sa_flags = SA_SIGINFO;
siginfo-addr.c 61 action.sa_flags |= SA_SIGINFO;
siginfo-obj.c 61 action.sa_flags |= SA_SIGINFO;
siginfo-thread.c 70 action.sa_flags |= SA_SIGINFO;
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
sig2.c 22 sa.sa_flags = SA_RESTART | SA_SIGINFO;
sig7.c 18 sa.sa_flags = SA_RESTART | SA_SIGINFO;
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
sig2.c 22 sa.sa_flags = SA_RESTART | SA_SIGINFO;
sig7.c 18 sa.sa_flags = SA_RESTART | SA_SIGINFO;
  /src/tests/lib/libpthread/
t_sigalarm.c 45 #ifdef SA_SIGINFO
66 #ifdef SA_SIGINFO
67 sa.sa_flags = SA_SIGINFO;
t_sigmask.c 114 act.sa_flags = SA_SIGINFO;
120 act.sa_flags = SA_SIGINFO;
185 act.sa_flags = SA_SIGINFO;
191 act.sa_flags = SA_SIGINFO;
  /src/external/historical/nawk/dist/
main.c 65 #ifdef SA_SIGINFO
70 #ifdef SA_SIGINFO
105 #ifdef SA_SIGINFO
158 #ifdef SA_SIGINFO
162 sa.sa_flags = SA_SIGINFO;
  /src/lib/libc/compat/sys/
compat___sigaction14_sigtramp.c 63 * We select the non-SA_SIGINFO trampoline if SA_SIGINFO is not
66 if ((act->sa_flags & SA_SIGINFO) == 0) {
77 * If SA_SIGINFO was specified or the compatibility trampolines
  /src/external/gpl2/gettext/dist/gettext-tools/src/
plural-eval.c 74 action.sa_flags = SA_SIGINFO;
  /src/lib/librefuse/
refuse_signals.c 138 act.sa_flags = SA_SIGINFO;
143 if (!(saved->sa_flags & SA_SIGINFO) && saved->sa_handler == SIG_DFL)
172 if (!(oact.sa_flags & SA_SIGINFO) || oact.sa_sigaction != handler)
215 if (saved->sa_flags & SA_SIGINFO)
  /src/tests/lib/libc/gen/
t_siginfo.c 122 sa.sa_flags = SA_SIGINFO;
164 sa.sa_flags = SA_SIGINFO;
325 sa.sa_flags = SA_SIGINFO;
376 sa.sa_flags = SA_SIGINFO;
424 sa.sa_flags = SA_SIGINFO;
501 sa.sa_flags = SA_SIGINFO;
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
host-darwin.cc 148 sact.sa_flags = SA_ONSTACK | SA_SIGINFO;
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
host-darwin.cc 148 sact.sa_flags = SA_ONSTACK | SA_SIGINFO;
  /src/tests/lib/libi386/
t_user_ldt.c 219 act.sa_flags = SA_SIGINFO;
263 act.sa_flags = SA_SIGINFO;
317 act.sa_flags = SA_SIGINFO;
  /src/external/gpl2/rcs/dist/src/
rcsutil.c 48 * (catchsig, restoreints, setup_catchsig): Use SA_SIGINFO, not has_psiginfo,
49 * to determine whether to use SA_SIGINFO feature,
53 * (setup_catchsig): If using SA_SIGINFO, use sa_sigaction, not sa_handler.
54 * If SA_SIGINFO fails, fall back on sa_handler method.
402 #ifdef SA_SIGINFO
491 #ifdef SA_SIGINFO
498 #ifdef SA_SIGINFO
514 # ifdef SA_SIGINFO
521 # ifdef SA_SIGINFO
546 # if defined(SA_SIGINFO) && has_si_errno && has_mmap && large_memory && mmap_signa
    [all...]

Completed in 39 milliseconds

1 2 3 4