Home
last modified time | relevance | path

Searched refs:COMMON_INTERCEPTOR_FD_RELEASE (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_interceptors.cpp116 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interceptors.cc113 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors.cc115 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc22 // 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 Dsanitizer_common_interceptors.inc21 // 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 Dsanitizer_common_interceptors.inc21 // 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 Dmsan_interceptors.cc1279 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc2246 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp2382 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc2288 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro