Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/Linux/
H A Ddecorate-proc-maps.c24 void CopyFdToFd(int in_fd, int out_fd) { in CopyFdToFd()
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Ddecorate_proc_maps.cpp15 bool CopyFdToFd(int in_fd, int out_fd) { in CopyFdToFd()
/llvm-project-15.0.7/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h782 #define __sanitizer_syscall_pre_sendfile(out_fd, in_fd, offset, count) \ argument
785 #define __sanitizer_syscall_post_sendfile(res, out_fd, in_fd, offset, count) \ argument
788 #define __sanitizer_syscall_pre_sendfile64(out_fd, in_fd, offset, count) \ argument
791 #define __sanitizer_syscall_post_sendfile64(res, out_fd, in_fd, offset, count) \ argument