Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Desan_interceptors.cpp121 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc168 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc22 // COMMON_INTERCEPTOR_FD_RELEASE
814 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
830 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
846 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
862 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
878 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
894 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
2558 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
5669 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
5683 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
[all …]
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1303 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2217 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro