Home
last modified time | relevance | path

Searched refs:COMMON_INTERCEPTOR_FD_ACCESS (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc23 // 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/
Desan_interceptors.cpp126 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) \ macro
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2220 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) \ macro