Searched refs:__sanitizer_syscall_post_recvmsg (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/test/msan/Linux/ |
D | syscalls.cc | 33 __sanitizer_syscall_post_recvmsg(0, 0, buf, 0); in main() 40 __sanitizer_syscall_post_recvmsg(kTen, 0, buf, 0); in main()
|
/external/llvm-project/compiler-rt/test/msan/Linux/ |
D | syscalls.cpp | 34 __sanitizer_syscall_post_recvmsg(0, 0, buf, 0); in main() 41 __sanitizer_syscall_post_recvmsg(kTen, 0, buf, 0); in main()
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1155 #define __sanitizer_syscall_post_recvmsg(res, fd, msg, flags) \ macro
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1154 #define __sanitizer_syscall_post_recvmsg(res, fd, msg, flags) \ macro
|
D | netbsd_syscall_hooks.h | 171 #define __sanitizer_syscall_post_recvmsg(res, s, msg, flags) \ macro
|