Home
last modified time | relevance | path

Searched refs:__sanitizer_syscall_post_socketpair (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/msan/Linux/
H A Dsyscalls.cpp125 __sanitizer_syscall_post_socketpair(0, 0, 0, 0, (int *)buf); in main()
/llvm-project-15.0.7/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1171 #define __sanitizer_syscall_post_socketpair(res, arg0, arg1, arg2, arg3) \ macro
H A Dnetbsd_syscall_hooks.h718 #define __sanitizer_syscall_post_socketpair(res, domain, type, protocol, rsv) \ macro