/external/ltp/testcases/kernel/syscalls/sigaction/ |
D | sigaction01.c | 124 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/ |
D | main.c | 55 #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/ |
D | rt_sigaction02.c | 58 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO, 59 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
|
D | rt_sigaction01.c | 60 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO, 61 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
|
D | rt_sigaction03.c | 58 { 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/ |
D | signal_trap_handler.cpp | 23 a.sa_flags = SA_SIGINFO; in main() 29 assert(a.sa_flags & SA_SIGINFO); in main()
|
D | allow_user_segv.cpp | 41 if (original_sigaction.sa_flags | SA_SIGINFO) { in User_OnSIGSEGV() 59 user_sigaction.sa_flags = SA_SIGINFO; in InstallHandler()
|
D | signal_segv_handler.cpp | 37 a.sa_flags = SA_SIGINFO; in main() 43 assert(a.sa_flags & SA_SIGINFO); in main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | signal-defs.h | 35 #ifndef SA_SIGINFO 36 #define SA_SIGINFO 0x00000004 macro
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | allow_user_segv.cc | 25 if (original_sigaction.sa_flags | SA_SIGINFO) in User_OnSIGSEGV() 39 user_sigaction.sa_flags = SA_SIGINFO; in InstallHandler()
|
/external/strace/xlat/ |
D | sigact_flags.h | 49 #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/ |
D | tm-signal-context-force-tm.c | 117 usr_sa.sa_flags = SA_SIGINFO | SA_ONSTACK; in tm_trap_test() 120 seg_sa.sa_flags = SA_SIGINFO; in tm_trap_test()
|
D | tm-trap.c | 260 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/ |
D | template_19-1.in | 20 * 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/ |
D | wild_bctr.c | 128 .sa_flags = SA_SIGINFO in test_wild_bctr() 132 .sa_flags = SA_SIGINFO in test_wild_bctr()
|
D | subpage_prot.c | 153 .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/ |
D | 10-1.c | 119 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 125 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 3-1.c | 119 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 125 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 2-1.c | 119 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 125 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 14-1.c | 130 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 136 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 4-1.c | 127 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 133 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 15-1.c | 124 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 130 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 7-1.c | 124 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/ |
D | FuzzerUtilPosix.cpp | 68 if (sigact.sa_flags & SA_SIGINFO) { in SetSigaction() 81 sigact.sa_flags = SA_SIGINFO; in SetSigaction()
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerUtilPosix.cpp | 68 if (sigact.sa_flags & SA_SIGINFO) { in SetSigaction() 81 sigact.sa_flags = SA_SIGINFO; in SetSigaction()
|