Home
last modified time | relevance | path

Searched defs:oldact (Results 1 – 13 of 13) sorted by relevance

/llvm-project/compiler-rt/test/msan/
H A Dinterception_sigaction_test.cpp10 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 Dsyscalls_sigaction.cpp23 my_kernel_sigaction act = {}, oldact = {}; in main() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dsignal.cpp139 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 Dsanitizer_linux_libcdep.cpp97 internal_sigaction(int signum,const void * act,void * oldact) internal_sigaction() argument
H A Dsanitizer_mac.cpp234 int internal_sigaction(int signum, const void *act, void *oldact) { in internal_sigaction() argument
H A Dsanitizer_linux.cpp867 internal_sigaction_norestorer(int signum,const void * act,void * oldact) internal_sigaction_norestorer() argument
/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1176 __kmp_sigaction(int signum,const struct sigaction * act,struct sigaction * oldact) __kmp_sigaction() argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1501 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 Dcustom.cpp1459 struct sigaction oldact; in test_sigaction() local
[all...]
/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1844 #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 Ddfsan_custom.cpp1638 __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 Dtsan_interceptors_posix.cpp2563 SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signo,act,oldact) global() argument
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2531 struct sigaction oldact = {}; in TEST() local
[all...]