Searched refs:interceptWhenPossible (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win_weak_interception.h17 int interceptWhenPossible(uptr dll_function, const char *real_function);
23 #define INTERCEPT_WEAK(Name) interceptWhenPossible((uptr) Name, #Name);
27 return __sanitizer::interceptWhenPossible((__sanitizer::uptr) Name, #Name);\
H A Dsanitizer_win_weak_interception.cc31 int interceptWhenPossible(uptr dll_function, const char *real_function) { function in namespace:__sanitizer
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_weak_interception.h15 int interceptWhenPossible(uptr dll_function, const char *real_function);
21 #define INTERCEPT_WEAK(Name) interceptWhenPossible((uptr) Name, #Name);
25 return __sanitizer::interceptWhenPossible((__sanitizer::uptr) Name, #Name);\
H A Dsanitizer_win_weak_interception.cc29 int interceptWhenPossible(uptr dll_function, const char *real_function) { function in namespace:__sanitizer
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_weak_interception.h16 int interceptWhenPossible(uptr dll_function, const char *real_function);
22 #define INTERCEPT_WEAK(Name) interceptWhenPossible((uptr) Name, #Name);
26 return __sanitizer::interceptWhenPossible((__sanitizer::uptr) Name, #Name);\
H A Dsanitizer_win_weak_interception.cpp30 int interceptWhenPossible(uptr dll_function, const char *real_function) { function in namespace:__sanitizer

Completed in 207 milliseconds