Home
last modified time | relevance | path

Searched defs:iov (Results 1 – 9 of 9) sorted by relevance

/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dreadv.cpp16 struct iovec iov[2]; in main() local
/llvm-project/compiler-rt/test/msan/Linux/
H A Dcmsghdr.cpp39 struct iovec iov[] = {{buf, 10}}; in main() local
H A Dsendmsg.cpp49 struct iovec iov[2] = {{buf, 5}, {buf + 5, 5}}; in main() local
/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp358 struct iovec iov = {m_xstate.data(), m_xstate.size()}; in ReadRegisterSet() local
376 struct iovec iov = {&m_xstate, sizeof(m_xstate)}; in WriteRegisterSet() local
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_s390x.cpp470 struct iovec iov; DoReadRegisterSet() local
480 struct iovec iov; DoWriteRegisterSet() local
H A DNativeRegisterContextLinux.cpp169 struct iovec iov; DetermineArchitectureViaGPR() local
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp656 struct iovec iov[2]; in TEST() local
680 struct iovec iov[2]; in TEST() local
1052 struct iovec iov; TEST_P() local
[all...]
/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1686 #define __sanitizer_syscall_pre_vmsplice(fd, iov, nr_segs, flags) \ argument
1689 #define __sanitizer_syscall_post_vmsplice(res, fd, iov, nr_segs, flags) \ argument
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1910 struct iovec *iov = &msg->msg_iov[i]; clear_msghdr_labels() local