/llvm-project/compiler-rt/test/msan/ |
H A D | interception_sigaction_test.cpp | 10 extern "C" int sigaction(int signum, const struct sigaction *act, struct sigaction *oldact) { in sigaction() argument 16 struct sigaction oldact; in main() local
|
/llvm-project/compiler-rt/test/msan/Linux/ |
H A D | syscalls_sigaction.cpp | 23 my_kernel_sigaction act = {}, oldact = {}; in main() local
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
H A D | signal.cpp | 139 struct sigaction act = {}, oldact; in test_sigaction_custom() local 207 struct sigaction act = {}, oldact; in test_sigaction_ignore() local 247 struct sigaction act = {}, oldact; in test_sigaction_default() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_libcdep.cpp | 97 internal_sigaction(int signum,const void * act,void * oldact) internal_sigaction() argument
|
H A D | sanitizer_mac.cpp | 234 int internal_sigaction(int signum, const void *act, void *oldact) { in internal_sigaction() argument
|
H A D | sanitizer_linux.cpp | 867 internal_sigaction_norestorer(int signum,const void * act,void * oldact) internal_sigaction_norestorer() argument
|
/llvm-project/openmp/runtime/src/ |
H A D | z_Linux_util.cpp | 1176 __kmp_sigaction(int signum,const struct sigaction * act,struct sigaction * oldact) __kmp_sigaction() argument
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1501 SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signo,act,oldact) global() argument 1516 sigaction_impl(int signo,const __sanitizer_sigaction * act,__sanitizer_sigaction * oldact) sigaction_impl() argument [all...] |
/llvm-project/compiler-rt/test/dfsan/ |
H A D | custom.cpp | 1459 struct sigaction oldact; in test_sigaction() local [all...] |
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1844 #define __sanitizer_syscall_pre_sigaction(signum, act, oldact) \ argument 1846 #define __sanitizer_syscall_post_sigaction(res, signum, act, oldact) \ argument 1849 #define __sanitizer_syscall_pre_rt_sigaction(signum, act, oldact, sz) \ argument 1852 #define __sanitizer_syscall_post_rt_sigaction(res, signum, act, oldact, sz) \ argument
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_custom.cpp | 1638 __dfsw_sigaction(int signum,const struct sigaction * act,struct sigaction * oldact,dfsan_label signum_label,dfsan_label act_label,dfsan_label oldact_label,dfsan_label * ret_label) __dfsw_sigaction() argument 1684 __dfso_sigaction(int signum,const struct sigaction * act,struct sigaction * oldact,dfsan_label signum_label,dfsan_label act_label,dfsan_label oldact_label,dfsan_label * ret_label,dfsan_origin signum_origin,dfsan_origin act_origin,dfsan_origin oldact_origin,dfsan_origin * ret_origin) __dfso_sigaction() argument [all...] |
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 2563 SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signo,act,oldact) global() argument
|
/llvm-project/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 2531 struct sigaction oldact = {}; in TEST() local [all...] |