Searched refs:COMMON_INTERCEPTOR_FD_RELEASE (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors.cpp | 76 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_interceptors.cpp | 118 # define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 116 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 21 // COMMON_INTERCEPTOR_FD_RELEASE 1094 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1125 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1141 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1157 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1173 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1189 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 3236 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 3255 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 6770 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1433 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 2501 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|