Searched refs:COMMON_INTERCEPTOR_FD_ACCESS (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors_netbsd_compat.inc | 48 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 111 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd);
|
D | sanitizer_common_interceptors.inc | 22 // COMMON_INTERCEPTOR_FD_ACCESS 152 #ifndef COMMON_INTERCEPTOR_FD_ACCESS 153 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) {} 1006 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1041 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1059 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1078 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1094 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1110 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 1125 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 23 // COMMON_INTERCEPTOR_FD_ACCESS 78 #ifndef COMMON_INTERCEPTOR_FD_ACCESS 79 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) {} 711 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 729 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 747 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 766 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 782 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 798 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); 813 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd); [all …]
|
/external/compiler-rt/lib/esan/ |
D | esan_interceptors.cpp | 126 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) \ macro
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 2220 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) \ macro
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 2323 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) \ macro
|