Searched refs:readv (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/ |
| H A D | readv.cpp | 28 readv(fd, iov, 2); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 654 TEST(MemorySanitizer, readv) { in TEST() argument 663 int sz = readv(fd, iov, 2); in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1707 PRE_SYSCALL(readv)(long fd, const __sanitizer_iovec *vec, long vlen) {} 1709 POST_SYSCALL(readv)
|
| H A D | sanitizer_syscalls_netbsd.inc | 1041 PRE_SYSCALL(readv)(long long fd_, void *iovp_, long long iovcnt_) { 1051 POST_SYSCALL(readv)
|
| H A D | sanitizer_common_interceptors.inc | 1160 INTERCEPTOR_WITH_SUFFIX(SSIZE_T, readv, int fd, __sanitizer_iovec *iov, 1163 COMMON_INTERCEPTOR_ENTER(ctx, readv, fd, iov, iovcnt); 1165 SSIZE_T res = REAL(readv)(fd, iov, iovcnt); 1170 #define INIT_READV COMMON_INTERCEPT_FUNCTION(readv)
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2720 fun:readv=uninstrumented
|