Home
last modified time | relevance | path

Searched defs:remote_iov (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Host/linux/
DLibcGlue.cpp19 unsigned long liovcnt, const struct iovec *remote_iov, in process_vm_readv()
/external/rust/crates/nix/test/sys/
Dtest_uio.rs224 let remote_iov = RemoteIoVec { base: ptr, len: 5 }; in test_process_vm_readv() localVariable
/external/strace/tests/
Dprocess_vm_readv_writev.c147 kernel_ulong_t remote_iov, const char *remote_arg, in do_call()
/external/strace/tests-m32/
Dprocess_vm_readv_writev.c147 kernel_ulong_t remote_iov, const char *remote_arg, in do_call()
/external/strace/tests-mx32/
Dprocess_vm_readv_writev.c147 kernel_ulong_t remote_iov, const char *remote_arg, in do_call()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp1543 struct iovec local_iov, remote_iov; in ReadMemory() local