reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 3072   COMMON_INTERCEPTOR_ENTER(ctx, sendmmsg, fd, msgvec, vlen, flags);
 3074     COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd);
 3075     COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
 3080       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, &msgvec[i].msg_len,
 3083         read_msghdr(ctx, &msgvec[i].msg_hdr, msgvec[i].msg_len);