Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc48 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd);
111 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd);
H A Dsanitizer_common_interceptors.inc22 // COMMON_INTERCEPTOR_FD_ACCESS
152 #ifndef COMMON_INTERCEPTOR_FD_ACCESS
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);
1169 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd);
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2346 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) \ macro