Home
last modified time | relevance | path

Searched refs:INTERCEPT_FUNCTION_DLLIMPORT (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/interception/
Dinterception_win.h78 #define INTERCEPT_FUNCTION_DLLIMPORT(user_dll, provider_dll, func) \ macro
/external/compiler-rt/lib/asan/
Dasan_malloc_win.cc239 if (!INTERCEPT_FUNCTION_DLLIMPORT("ucrtbase.dll", \ in ReplaceSystemMalloc()