HomeSort by relevance Sort by last modified time
    Searched refs:SA_ONSTACK (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigaction.h 59 # define SA_ONSTACK 0x08000000 /* Use signal stack by using `sa_restorer'. */
73 # define SA_STACK SA_ONSTACK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigaction.h 59 # define SA_ONSTACK 0x08000000 /* Use signal stack by using `sa_restorer'. */
73 # define SA_STACK SA_ONSTACK
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
16-1-buildonly.c 11 int dummy5 = SA_ONSTACK;
  /external/strace/xlat/
sigact_flags.h 18 #if defined(SA_ONSTACK) || (defined(HAVE_DECL_SA_ONSTACK) && HAVE_DECL_SA_ONSTACK)
19 XLAT(SA_ONSTACK),
49 #if defined(SA_ONSTACK) || (defined(HAVE_DECL_SA_ONSTACK) && HAVE_DECL_SA_ONSTACK)
50 XLAT(SA_ONSTACK),
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
main_unix.c 26 sa.sa_flags = SA_ONSTACK | SA_SIGINFO;
33 if (osa.sa_handler == SIG_DFL || (osa.sa_flags&SA_ONSTACK) == 0) {
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
main_unix.c 26 sa.sa_flags = SA_ONSTACK | SA_SIGINFO;
33 if (osa.sa_handler == SIG_DFL || (osa.sa_flags&SA_ONSTACK) == 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
10-1.c 32 act.sa_flags = SA_ONSTACK;
11-1.c 13 - Set up a dummy handler for signal SIGTOTEST and set the sa_flags member to SA_ONSTACK.
41 act.sa_flags = SA_ONSTACK;
12-1.c 13 - Set up a dummy handler for signal SIGTOTEST and set the sa_flags member to SA_ONSTACK.
41 act.sa_flags = SA_ONSTACK;
  /external/linux-kselftest/tools/testing/selftests/x86/
syscall_arg_fault.c 76 sethandler(SIGSEGV, sigsegv, SA_ONSTACK);
77 sethandler(SIGILL, sigill, SA_ONSTACK);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
template_12-2.in 11 SA_ONSTACK flag is set in the sigaction.sa_flags parameter to the
49 act.sa_flags = SA_ONSTACK;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
12-1.c 11 SA_ONSTACK flag is set in the sigaction.sa_flags parameter to the
51 act.sa_flags = SA_ONSTACK;
12-10.c 11 SA_ONSTACK flag is set in the sigaction.sa_flags parameter to the
51 act.sa_flags = SA_ONSTACK;
12-11.c 11 SA_ONSTACK flag is set in the sigaction.sa_flags parameter to the
51 act.sa_flags = SA_ONSTACK;
12-12.c 11 SA_ONSTACK flag is set in the sigaction.sa_flags parameter to the
51 act.sa_flags = SA_ONSTACK;
12-13.c 11 SA_ONSTACK flag is set in the sigaction.sa_flags parameter to the
51 act.sa_flags = SA_ONSTACK;
12-14.c 11 SA_ONSTACK flag is set in the sigaction.sa_flags parameter to the
51 act.sa_flags = SA_ONSTACK;
12-15.c 11 SA_ONSTACK flag is set in the sigaction.sa_flags parameter to the
51 act.sa_flags = SA_ONSTACK;
12-16.c 11 SA_ONSTACK flag is set in the sigaction.sa_flags parameter to the
51 act.sa_flags = SA_ONSTACK;
12-17.c 11 SA_ONSTACK flag is set in the sigaction.sa_flags parameter to the
51 act.sa_flags = SA_ONSTACK;
12-18.c 11 SA_ONSTACK flag is set in the sigaction.sa_flags parameter to the
51 act.sa_flags = SA_ONSTACK;
12-19.c 11 SA_ONSTACK flag is set in the sigaction.sa_flags parameter to the
51 act.sa_flags = SA_ONSTACK;
12-2.c 11 SA_ONSTACK flag is set in the sigaction.sa_flags parameter to the
51 act.sa_flags = SA_ONSTACK;
12-20.c 11 SA_ONSTACK flag is set in the sigaction.sa_flags parameter to the
51 act.sa_flags = SA_ONSTACK;
12-21.c 11 SA_ONSTACK flag is set in the sigaction.sa_flags parameter to the
51 act.sa_flags = SA_ONSTACK;

Completed in 2289 milliseconds

1 2 3 4 5 6 7