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
371 INTERCEPT_LIBRARY_FUNCTION(atoi);
372 INTERCEPT_LIBRARY_FUNCTION(atol);
373 INTERCEPT_LIBRARY_FUNCTION(_except_handler3);
382 INTERCEPT_LIBRARY_FUNCTION(frexp);
383 INTERCEPT_LIBRARY_FUNCTION(longjmp);
384 INTERCEPT_LIBRARY_FUNCTION(memchr);
385 INTERCEPT_LIBRARY_FUNCTION(memcmp);
386 INTERCEPT_LIBRARY_FUNCTION(memcpy);
387 INTERCEPT_LIBRARY_FUNCTION(memmove);
[all …]