Searched refs:COMMON_INTERCEPTOR_FD_ACCESS (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors_netbsd_compat.inc | 48 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 111 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd);
|
H A D | sanitizer_common_interceptors.inc | 22 // COMMON_INTERCEPTOR_FD_ACCESS 152 #ifndef COMMON_INTERCEPTOR_FD_ACCESS 153 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) {} 1004 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1039 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1057 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1076 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1092 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1108 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1123 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors_netbsd_compat.inc | 48 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 111 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd);
|
H A D | sanitizer_common_interceptors.inc | 22 // COMMON_INTERCEPTOR_FD_ACCESS 152 #ifndef COMMON_INTERCEPTOR_FD_ACCESS 153 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) {} 1020 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1055 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1073 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1092 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1108 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1124 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1139 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 23 // COMMON_INTERCEPTOR_FD_ACCESS 149 #ifndef COMMON_INTERCEPTOR_FD_ACCESS 150 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) {} 977 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1012 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1030 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1049 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1065 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1081 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1096 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors.cc | 2249 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_posix.cpp | 2385 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) \ macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_interceptors.cc | 2291 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) \ macro
|