Home
last modified time | relevance | path

Searched refs:SA_ONSTACK (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dsigaltstack.c67 thrower (OUTER, SIGALRM, ITIMER_REAL, SA_ONSTACK); in catcher()
70 thrower (INNER, SIGVTALRM, ITIMER_VIRTUAL, SA_ONSTACK); in catcher()
/openbsd/sys/sys/
H A Dsignal.h126 #define SA_ONSTACK 0x0001 /* take signal on signal stack */ macro
157 #define SV_ONSTACK SA_ONSTACK
/openbsd/regress/sys/kern/stackjmp/
H A Dstackjmp.c41 sa.sa_flags = SA_ONSTACK; in main()
/openbsd/regress/usr.bin/lastcomm/
H A Dcallstack.c47 act.sa_flags = SA_ONSTACK; in main()
H A Dtrapstack.c51 act.sa_flags = SA_ONSTACK; in main()
/openbsd/regress/lib/libc/sys/
H A Dt_sigaltstack.c79 sa.sa_flags = SA_ONSTACK; in ATF_TC_BODY()
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Dhost-darwin.c149 sact.sa_flags = SA_ONSTACK | SA_SIGINFO; in darwin_rs6000_extra_signals()
/openbsd/regress/lib/libc/explicit_bzero/
H A Dexplicit_bzero.c101 .sa_flags = SA_ONSTACK, in call_on_stack()
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp84 new_sigact.sa_flags = SA_SIGINFO | (sigact.sa_flags & SA_ONSTACK); in SetSigaction()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp212 act.sa_flags = SA_ONSTACK | SA_SIGINFO; in TracerThread()
H A Dsanitizer_posix_libcdep.cpp203 if (common_flags()->use_sigaltstack) sigact.sa_flags |= SA_ONSTACK; in MaybeInstallSigaction()
H A Dsanitizer_stoptheworld_linux_libcdep.cpp312 act.sa_flags = SA_ONSTACK | SA_SIGINFO; in TracerThread()
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL114 foreach (qw(SA_NOCLDSTOP SA_NOCLDWAIT SA_NODEFER SA_ONSTACK SA_RESETHAND
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t59 SA_NOCLDSTOP SA_NOCLDWAIT SA_NODEFER SA_ONSTACK SA_RESETHAND
/openbsd/gnu/llvm/llvm/lib/Support/Unix/
H A DSignals.inc314 NewHandler.sa_flags = SA_NODEFER | SA_RESETHAND | SA_ONSTACK;
318 NewHandler.sa_flags = SA_ONSTACK;
/openbsd/sys/kern/
H A Dkern_sig.c282 sa->sa_flags |= SA_ONSTACK; in sys_sigaction()
369 if ((sa->sa_flags & SA_ONSTACK) != 0) in setsigvec()
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pod2789 C<SA_NOCLDSTOP> C<SA_NOCLDWAIT> C<SA_NODEFER> C<SA_ONSTACK> C<SA_RESETHAND> C<SA_RESTART>