Home
last modified time | relevance | path

Searched refs:__sanitizer_syscall_post_rt_sigaction (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/test/msan/Linux/
Dsyscalls_sigaction.cc37 __sanitizer_syscall_post_rt_sigaction(0, SIGUSR1, &act, &oldact, 5); in main()
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1846 #define __sanitizer_syscall_post_rt_sigaction(res, signum, act, oldact, sz) \ macro