Home
last modified time | relevance | path

Searched refs:SA_SIGINFO (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/external/ltp/testcases/kernel/syscalls/sigaction/
Dsigaction01.c124 if (!(oact.sa_flags & SA_SIGINFO)) { in handler()
232 int test_flags[] = { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, in main()
233 SA_RESETHAND | SA_SIGINFO, SA_RESETHAND | SA_SIGINFO in main()
/external/one-true-awk/
Dmain.c55 #ifdef SA_SIGINFO in fpecatch()
60 #ifdef SA_SIGINFO in fpecatch()
74 #ifdef SA_SIGINFO in fpecatch()
126 #ifdef SA_SIGINFO in main()
130 sa.sa_flags = SA_SIGINFO; in main()
/external/ltp/testcases/kernel/syscalls/rt_sigaction/
Drt_sigaction02.c58 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO,
59 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
Drt_sigaction01.c60 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO,
61 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
Drt_sigaction03.c58 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO,
59 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dsignal_trap_handler.cpp23 a.sa_flags = SA_SIGINFO; in main()
29 assert(a.sa_flags & SA_SIGINFO); in main()
Dallow_user_segv.cpp41 if (original_sigaction.sa_flags | SA_SIGINFO) { in User_OnSIGSEGV()
59 user_sigaction.sa_flags = SA_SIGINFO; in InstallHandler()
Dsignal_segv_handler.cpp37 a.sa_flags = SA_SIGINFO; in main()
43 assert(a.sa_flags & SA_SIGINFO); in main()
/external/kernel-headers/original/uapi/asm-generic/
Dsignal-defs.h35 #ifndef SA_SIGINFO
36 #define SA_SIGINFO 0x00000004 macro
/external/compiler-rt/test/asan/TestCases/Posix/
Dallow_user_segv.cc25 if (original_sigaction.sa_flags | SA_SIGINFO) in User_OnSIGSEGV()
39 user_sigaction.sa_flags = SA_SIGINFO; in InstallHandler()
/external/strace/xlat/
Dsigact_flags.h49 #if defined(SA_SIGINFO) || (defined(HAVE_DECL_SA_SIGINFO) && HAVE_DECL_SA_SIGINFO)
50 XLAT(SA_SIGINFO),
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-signal-context-force-tm.c117 usr_sa.sa_flags = SA_SIGINFO | SA_ONSTACK; in tm_trap_test()
120 seg_sa.sa_flags = SA_SIGINFO; in tm_trap_test()
Dtm-trap.c260 trap_sa.sa_flags = SA_SIGINFO; in tm_trap_test()
266 usr1_sa.sa_flags = SA_SIGINFO; in tm_trap_test()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_19-1.in20 * If SA_SIGINFO is set in sa_flags and Real Time Signals extension is supported,
25 * -> register a handler for %%MYSIG%% with SA_SIGINFO, and a known function
76 sa.sa_flags = SA_SIGINFO;
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/
Dwild_bctr.c128 .sa_flags = SA_SIGINFO in test_wild_bctr()
132 .sa_flags = SA_SIGINFO in test_wild_bctr()
Dsubpage_prot.c153 .sa_flags = SA_SIGINFO in test_anon()
189 .sa_flags = SA_SIGINFO in test_file()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
D10-1.c119 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
125 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D3-1.c119 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
125 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D2-1.c119 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
125 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D14-1.c130 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
136 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D4-1.c127 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
133 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D15-1.c124 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
130 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D7-1.c124 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
130 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilPosix.cpp68 if (sigact.sa_flags & SA_SIGINFO) { in SetSigaction()
81 sigact.sa_flags = SA_SIGINFO; in SetSigaction()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerUtilPosix.cpp68 if (sigact.sa_flags & SA_SIGINFO) { in SetSigaction()
81 sigact.sa_flags = SA_SIGINFO; in SetSigaction()

12345678910>>...12