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
 2939   COMMON_INTERCEPTOR_WRITE_RANGE(ctx, msg, sizeof(*msg));
 2941     COMMON_INTERCEPTOR_WRITE_RANGE(ctx, msg->msg_name, msg->msg_namelen);
 2943     COMMON_INTERCEPTOR_WRITE_RANGE(ctx, msg->msg_iov,
 2945   write_iovec(ctx, msg->msg_iov, msg->msg_iovlen, maxlen);
 2947     COMMON_INTERCEPTOR_WRITE_RANGE(ctx, msg->msg_control, msg->msg_controllen);