Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_win_dll_thunk.cc92 #define INTERCEPT_LIBRARY_FUNCTION(name) \ macro
380 INTERCEPT_LIBRARY_FUNCTION(atoi);
381 INTERCEPT_LIBRARY_FUNCTION(atol);
382 INTERCEPT_LIBRARY_FUNCTION(_except_handler3);
391 INTERCEPT_LIBRARY_FUNCTION(frexp);
392 INTERCEPT_LIBRARY_FUNCTION(longjmp);
393 INTERCEPT_LIBRARY_FUNCTION(memchr);
394 INTERCEPT_LIBRARY_FUNCTION(memcmp);
395 INTERCEPT_LIBRARY_FUNCTION(memcpy);
396 INTERCEPT_LIBRARY_FUNCTION(memmove);
[all …]