Searched refs:COMMON_INTERCEPTOR_FD_ACQUIRE (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors_netbsd_compat.inc | 56 COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 116 COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
|
H A D | sanitizer_common_interceptors.inc | 20 // COMMON_INTERCEPTOR_FD_ACQUIRE 1010 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 1045 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 1063 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 1079 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 1095 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 1111 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 2981 if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 3002 if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 4433 COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors_netbsd_compat.inc | 56 COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 116 COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
|
H A D | sanitizer_common_interceptors.inc | 20 // COMMON_INTERCEPTOR_FD_ACQUIRE 1026 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 1061 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 1079 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 1095 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 1111 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 1127 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 3068 if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 3089 if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 4534 COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cpp | 113 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cc | 110 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_interceptors.cc | 112 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 21 // COMMON_INTERCEPTOR_FD_ACQUIRE 983 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 1018 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 1036 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 1052 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 1068 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 1084 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 2957 if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 2978 if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 4291 COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_interceptors.cc | 1276 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors.cc | 2243 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_posix.cpp | 2379 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_interceptors.cc | 2285 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
|