Home
last modified time | relevance | path

Searched refs:COMMON_SYSCALL_FD_CLOSE (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/esan/
Desan_interceptors.cpp212 #define COMMON_SYSCALL_FD_CLOSE(fd) \ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc32 // COMMON_SYSCALL_FD_CLOSE(fd)
67 #ifndef COMMON_SYSCALL_FD_CLOSE
68 # define COMMON_SYSCALL_FD_CLOSE(fd) ((void)(fd))
1407 COMMON_SYSCALL_FD_CLOSE((int)fd);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc31 // COMMON_SYSCALL_FD_CLOSE(fd)
66 #ifndef COMMON_SYSCALL_FD_CLOSE
67 # define COMMON_SYSCALL_FD_CLOSE(fd) ((void)(fd))
1406 COMMON_SYSCALL_FD_CLOSE((int)fd);
Dsanitizer_syscalls_netbsd.inc31 // COMMON_SYSCALL_FD_CLOSE(fd)
73 #ifndef COMMON_SYSCALL_FD_CLOSE
74 #define COMMON_SYSCALL_FD_CLOSE(fd) ((void)(fd))
146 PRE_SYSCALL(close)(long long fd_) { COMMON_SYSCALL_FD_CLOSE((int)fd_); }
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2375 #define COMMON_SYSCALL_FD_CLOSE(fd) syscall_fd_close(GET_CALLER_PC(), fd) macro
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp2560 #define COMMON_SYSCALL_FD_CLOSE(fd) syscall_fd_close(GET_CALLER_PC(), fd) macro