reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
982 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, iovec[i].iov_base, sz); 992 COMMON_INTERCEPTOR_READ_RANGE(ctx, iovec[i].iov_base, sz); 3235 COMMON_INTERCEPTOR_READ_RANGE(ctx, iovec->iov_base, iovec->iov_len); 3262 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, local_iovec.iov_base,projects/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
137 POST_WRITE(iovec[i].iov_base, sz); 149 POST_READ(iovec[i].iov_base, sz); 1328 PRE_READ(iovec[v].iov_base, iovec[v].iov_len); 1332 POST_WRITE(iovec[v].iov_base, iovec[v].iov_len); 2311 PRE_READ(iov->iov_base, iov->iov_len); 2335 POST_WRITE(iov->iov_base, iov->iov_len);projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
997 CHECK_SIZE_AND_OFFSET(iovec, iov_base);