Searched refs:COMMON_INTERCEPTOR_FD_RELEASE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp114 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1297 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc21 // COMMON_INTERCEPTOR_FD_RELEASE
1127 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
1157 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
1173 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
1189 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
1205 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
1221 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
3061 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
3080 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
6456 COMMON_INTERCEPTOR_FD_RELEASE(ct
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2270 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro

Completed in 148 milliseconds