Home
last modified time | relevance | path

Searched refs:__sanitizer_msghdr (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h446 struct __sanitizer_msghdr { struct
463 struct __sanitizer_msghdr { argument
481 __sanitizer_msghdr msg_hdr; argument
H A Dsanitizer_platform_limits_solaris.h198 struct __sanitizer_msghdr { struct
H A Dsanitizer_platform_limits_freebsd.h228 struct __sanitizer_msghdr { struct
229 msg_name__sanitizer_msghdr global() argument
230 msg_namelen__sanitizer_msghdr global() argument
231 msg_iov__sanitizer_msghdr global() argument
232 msg_iovlen__sanitizer_msghdr global() argument
233 msg_control__sanitizer_msghdr global() argument
234 msg_controllen__sanitizer_msghdr global() argument
235 msg_flags__sanitizer_msghdr global() argument
H A Dsanitizer_platform_limits_netbsd.h233 struct __sanitizer_msghdr { struct
244 struct __sanitizer_msghdr msg_hdr; argument
H A Dsanitizer_syscalls_netbsd.inc405 PRE_WRITE(msg_, sizeof(__sanitizer_msghdr));
410 POST_WRITE(msg_, sizeof(__sanitizer_msghdr));
414 PRE_READ(msg_, sizeof(__sanitizer_msghdr));
419 POST_READ(msg_, sizeof(__sanitizer_msghdr));
H A Dsanitizer_common_interceptors.inc3116 static void write_msghdr(void *ctx, struct __sanitizer_msghdr *msg,
3131 INTERCEPTOR(SSIZE_T, recvmsg, int fd, struct __sanitizer_msghdr *msg,
3206 static void read_msghdr(void *ctx, struct __sanitizer_msghdr *msg,
3230 INTERCEPTOR(SSIZE_T, sendmsg, int fd, struct __sanitizer_msghdr *msg,
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2420 __sanitizer_msghdr *msg) {