Home
last modified time | relevance | path

Searched refs:COMMON_INTERCEPTOR_FD_ACQUIRE (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_netbsd_compat.inc56 COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
116 COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
Dsanitizer_common_interceptors.inc20 // COMMON_INTERCEPTOR_FD_ACQUIRE
1012 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
1047 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
1065 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
1081 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
1097 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
1113 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
2983 if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
3004 if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
4443 COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
[all …]
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_interceptors.cpp76 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
/external/compiler-rt/lib/esan/
Desan_interceptors.cpp116 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp111 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc165 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc21 // COMMON_INTERCEPTOR_FD_ACQUIRE
717 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
735 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
753 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
769 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
785 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
801 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
2488 if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
5634 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
5706 if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1300 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1283 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2214 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp2317 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro