Searched refs:COMMON_INTERCEPTOR_FD_RELEASE (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/esan/ |
D | esan_interceptors.cpp | 121 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 168 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 22 // 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/ |
D | msan_interceptors.cc | 1303 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 2217 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|