Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/linux/
H A DLibcGlue.cpp19 unsigned long liovcnt, const struct iovec *remote_iov, in process_vm_readv() argument
23 return syscall(__NR_process_vm_readv, pid, local_iov, liovcnt, remote_iov, in process_vm_readv()
/llvm-project-15.0.7/lldb/include/lldb/Host/linux/
H A DUio.h19 unsigned long liovcnt, const struct iovec *remote_iov,
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1533 struct iovec local_iov, remote_iov; in ReadMemory() local
1536 remote_iov.iov_base = reinterpret_cast<void *>(addr); in ReadMemory()
1537 remote_iov.iov_len = size; in ReadMemory()
1540 &remote_iov, 1, 0); in ReadMemory()
/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp2639 struct iovec remote_iov = {reinterpret_cast<void *>(pc), sizeof instructions}; in setInfoForSigReturn() local
2641 syscall(SYS_process_vm_readv, getpid(), &local_iov, 1, &remote_iov, 1, 0); in setInfoForSigReturn()
2703 struct iovec remote_iov = {reinterpret_cast<void *>(pc), sizeof inst}; in setInfoForSigReturn() local
2704 long bytesRead = process_vm_readv(getpid(), &local_iov, 1, &remote_iov, 1, 0); in setInfoForSigReturn()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6850 uptr liovcnt, __sanitizer_iovec *remote_iov, uptr riovcnt,
6854 remote_iov, riovcnt, flags);
6855 SSIZE_T res = REAL(process_vm_readv)(pid, local_iov, liovcnt, remote_iov,
6863 uptr liovcnt, __sanitizer_iovec *remote_iov, uptr riovcnt,
6867 remote_iov, riovcnt, flags);
6868 SSIZE_T res = REAL(process_vm_writev)(pid, local_iov, liovcnt, remote_iov,