Home
last modified time | relevance | path

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

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