Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_interceptors.cpp79 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
/external/compiler-rt/lib/esan/
Desan_interceptors.cpp121 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp114 #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/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc21 // 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/
Dmsan_interceptors.cc1303 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1286 #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
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp2320 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro