Searched refs:COMMON_INTERCEPTOR_FD_RELEASE (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cpp | 116 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cc | 113 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_interceptors.cc | 115 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 22 // COMMON_INTERCEPTOR_FD_RELEASE 1097 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1127 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1143 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1159 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1175 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1191 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 3052 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 3071 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 6355 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 21 // COMMON_INTERCEPTOR_FD_RELEASE 1140 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1170 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1186 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1202 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1218 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1234 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 3163 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 3182 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 6801 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 21 // COMMON_INTERCEPTOR_FD_RELEASE 1124 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1154 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1170 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1186 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1202 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1218 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 3076 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 3095 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 6598 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_interceptors.cc | 1279 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors.cc | 2246 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_posix.cpp | 2382 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_interceptors.cc | 2288 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|