Home
last modified time | relevance | path

Searched refs:remote_iov (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp1468 unsigned long liovcnt, const struct iovec *remote_iov, argument
1471 return REAL(process_vm_readv)(pid, local_iov, liovcnt, remote_iov, riovcnt,
1477 const struct iovec *remote_iov, unsigned long riovcnt, argument
1480 return REAL(process_vm_writev)(pid, local_iov, liovcnt, remote_iov, riovcnt,
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6826 uptr liovcnt, __sanitizer_iovec *remote_iov, uptr riovcnt,
6830 remote_iov, riovcnt, flags);
6831 SSIZE_T res = REAL(process_vm_readv)(pid, local_iov, liovcnt, remote_iov,
6839 uptr liovcnt, __sanitizer_iovec *remote_iov, uptr riovcnt,
6843 remote_iov, riovcnt, flags);
6844 SSIZE_T res = REAL(process_vm_writev)(pid, local_iov, liovcnt, remote_iov,