Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Desan_interceptors.cpp84 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) \ macro
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc178 #ifndef COMMON_INTERCEPTOR_FILE_OPEN
179 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) {}
5773 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
5793 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
5812 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
5824 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
9146 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, nullptr);
9181 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, nullptr);
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc2251 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) \ macro