Searched refs:out_fd (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
| H A D | decorate_proc_maps.cpp | 15 bool CopyFdToFd(int in_fd, int out_fd) { in CopyFdToFd() argument 21 write(out_fd, buf, got); in CopyFdToFd()
|
| /llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/Linux/ |
| H A D | decorate-proc-maps.c | 24 void CopyFdToFd(int in_fd, int out_fd) { in CopyFdToFd() argument 30 write(out_fd, buf, got); in CopyFdToFd()
|
| /llvm-project-15.0.7/compiler-rt/include/sanitizer/ |
| H A D | linux_syscall_hooks.h | 782 #define __sanitizer_syscall_pre_sendfile(out_fd, in_fd, offset, count) \ argument 783 __sanitizer_syscall_pre_impl_sendfile((long)(out_fd), (long)(in_fd), \ 785 #define __sanitizer_syscall_post_sendfile(res, out_fd, in_fd, offset, count) \ argument 786 __sanitizer_syscall_post_impl_sendfile(res, (long)(out_fd), (long)(in_fd), \ 788 #define __sanitizer_syscall_pre_sendfile64(out_fd, in_fd, offset, count) \ argument 789 __sanitizer_syscall_pre_impl_sendfile64((long)(out_fd), (long)(in_fd), \ 791 #define __sanitizer_syscall_post_sendfile64(res, out_fd, in_fd, offset, count) \ argument 792 __sanitizer_syscall_post_impl_sendfile64(res, (long)(out_fd), (long)(in_fd), \ 2452 void __sanitizer_syscall_pre_impl_sendfile(long out_fd, long in_fd, long offset, 2454 void __sanitizer_syscall_post_impl_sendfile(long res, long out_fd, long in_fd, [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1461 PRE_SYSCALL(sendfile)(long out_fd, long in_fd, void *offset, long count) {} 1464 (long res, long out_fd, long in_fd, __sanitizer___kernel_off_t *offset, 1472 PRE_SYSCALL(sendfile64)(long out_fd, long in_fd, void *offset, long count) {} 1475 (long res, long out_fd, long in_fd, __sanitizer___kernel_loff_t *offset,
|