Searched refs:interceptWhenPossible (Results 1 – 2 of 2) sorted by relevance
16 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);\
30 int interceptWhenPossible(uptr dll_function, const char *real_function) { in interceptWhenPossible() function