Searched refs:__sanitizer_syscall_pre_recvmsg (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
D | syscalls.cpp | 17 __sanitizer_syscall_pre_recvmsg(0, buf - 1, 0); in main()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | syscalls.cc | 20 __sanitizer_syscall_pre_recvmsg(0, buf - 1, 0); in main()
|
/external/compiler-rt/test/msan/Linux/ |
D | syscalls.cc | 27 __sanitizer_syscall_pre_recvmsg(0, buf, 0); in main()
|
/external/llvm-project/compiler-rt/test/msan/Linux/ |
D | syscalls.cpp | 28 __sanitizer_syscall_pre_recvmsg(0, buf, 0); in main()
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1153 #define __sanitizer_syscall_pre_recvmsg(fd, msg, flags) \ macro
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1152 #define __sanitizer_syscall_pre_recvmsg(fd, msg, flags) \ macro
|
D | netbsd_syscall_hooks.h | 168 #define __sanitizer_syscall_pre_recvmsg(s, msg, flags) \ macro
|