Searched refs:COMMON_INTERCEPTOR_FD_RELEASE (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_interceptors.cpp | 79 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
/external/compiler-rt/lib/esan/ |
D | esan_interceptors.cpp | 121 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors.cpp | 114 #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/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 21 // COMMON_INTERCEPTOR_FD_RELEASE 1126 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1156 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1172 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1188 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1204 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1220 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 3078 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 3097 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 6643 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/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 1286 #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
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 2320 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|