Searched refs:__sanitizer_syscall_post_socketpair (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/test/msan/Linux/ |
D | syscalls.cc | 123 __sanitizer_syscall_post_socketpair(0, 0, 0, 0, (int *)buf); in main()
|
/external/llvm-project/compiler-rt/test/msan/Linux/ |
D | syscalls.cpp | 124 __sanitizer_syscall_post_socketpair(0, 0, 0, 0, (int *)buf); in main()
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1173 #define __sanitizer_syscall_post_socketpair(res, arg0, arg1, arg2, arg3) \ macro
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1172 #define __sanitizer_syscall_post_socketpair(res, arg0, arg1, arg2, arg3) \ macro
|
D | netbsd_syscall_hooks.h | 718 #define __sanitizer_syscall_post_socketpair(res, domain, type, protocol, rsv) \ macro
|