Home
last modified time | relevance | path

Searched defs:remote_iov (Results 1 – 3 of 3) 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()
/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp2639 struct iovec remote_iov = {reinterpret_cast<void *>(pc), sizeof instructions}; in setInfoForSigReturn() local
2703 struct iovec remote_iov = {reinterpret_cast<void *>(pc), sizeof inst}; in setInfoForSigReturn() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1533 struct iovec local_iov, remote_iov; in ReadMemory() local