Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Host/linux/
DLibcGlue.cpp19 unsigned long liovcnt, const struct iovec *remote_iov, in process_vm_readv()
/openbsd/src/gnu/llvm/libunwind/src/
DUnwindCursor.hpp2668 struct iovec remote_iov = {reinterpret_cast<void *>(pc), sizeof instructions}; in setInfoForSigReturn() local
2732 struct iovec remote_iov = {reinterpret_cast<void *>(pc), sizeof inst}; in setInfoForSigReturn() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp1534 struct iovec local_iov, remote_iov; in ReadMemory() local