Searched refs:COMMON_INTERCEPTOR_FILE_OPEN (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 226 #ifndef COMMON_INTERCEPTOR_FILE_OPEN 227 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) {} 6227 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path); 6247 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path); 6300 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path); 6312 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path); 9750 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, nullptr); 9785 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, nullptr);
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 2477 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) \ macro
|