Searched refs:COMMON_INTERCEPTOR_FD_RELEASE (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/esan/ |
| H A D | esan_interceptors.cpp | 123 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cc | 115 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 22 // COMMON_INTERCEPTOR_FD_RELEASE 1098 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1128 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1144 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1160 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1176 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 3053 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 3072 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 6362 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 6376 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cc | 1279 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors.cc | 2283 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|