Searched refs:COMMON_INTERCEPTOR_FD_ACCESS (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_netbsd_compat.inc | 48 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 111 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd);
|
| H A D | sanitizer_common_interceptors.inc | 22 // COMMON_INTERCEPTOR_FD_ACCESS 208 #ifndef COMMON_INTERCEPTOR_FD_ACCESS 973 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1008 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1026 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1045 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1061 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1077 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1092 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1122 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 2493 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) \ macro
|