Searched refs:SA_SIGINFO (Results 1 - 21 of 21) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
H A Dsigaction.h31 /* Used if SA_SIGINFO is not set. */
33 /* Used if SA_SIGINFO is set. */
56 #define SA_SIGINFO 4 /* Invoke signal-catching function with macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Dsigaction.h31 /* Used if SA_SIGINFO is not set. */
33 /* Used if SA_SIGINFO is set. */
56 #define SA_SIGINFO 4 /* Invoke signal-catching function with macro
/prebuilts/go/darwin-x86/src/runtime/cgo/
H A Dgcc_sigaction.c44 if (goact->flags & SA_SIGINFO) {
66 if (oldact.sa_flags & SA_SIGINFO) {
/prebuilts/go/linux-x86/src/runtime/cgo/
H A Dgcc_sigaction.c44 if (goact->flags & SA_SIGINFO) {
66 if (oldact.sa_flags & SA_SIGINFO) {
/prebuilts/go/darwin-x86/misc/cgo/testcarchive/
H A Dmain_unix.c26 sa.sa_flags = SA_ONSTACK | SA_SIGINFO;
H A Dmain3.c48 sa.sa_flags = SA_SIGINFO;
80 sa.sa_flags = SA_SIGINFO;
H A Dmain2.c105 sa.sa_flags = SA_SIGINFO;
H A Dmain4.c40 sa.sa_flags = SA_SIGINFO | SA_ONSTACK;
/prebuilts/go/linux-x86/misc/cgo/testcarchive/
H A Dmain_unix.c26 sa.sa_flags = SA_ONSTACK | SA_SIGINFO;
H A Dmain3.c48 sa.sa_flags = SA_SIGINFO;
80 sa.sa_flags = SA_SIGINFO;
H A Dmain2.c105 sa.sa_flags = SA_SIGINFO;
H A Dmain4.c40 sa.sa_flags = SA_SIGINFO | SA_ONSTACK;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
H A Dsignal.h69 #define SA_SIGINFO 0x00000004 macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
H A Dsignal.h76 #define SA_SIGINFO 0x00000004u macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
H A Dsignal.h76 #define SA_SIGINFO 0x00000004u macro
/prebuilts/go/darwin-x86/misc/cgo/testcshared/
H A Dmain5.c49 sa.sa_flags = SA_SIGINFO;
H A Dmain4.c99 sa.sa_flags = SA_SIGINFO;
/prebuilts/go/linux-x86/misc/cgo/testcshared/
H A Dmain5.c49 sa.sa_flags = SA_SIGINFO;
H A Dmain4.c99 sa.sa_flags = SA_SIGINFO;
/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest-death-test_test.cc393 signal_action.sa_flags = SA_RESTART | SA_SIGINFO;
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
H A Dgtest-death-test_test.cc393 signal_action.sa_flags = SA_RESTART | SA_SIGINFO;

Completed in 506 milliseconds