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.cc93 #define INTERCEPT_LIBRARY_FUNCTION(name) \ macro
361 INTERCEPT_LIBRARY_FUNCTION(atoi);
362 INTERCEPT_LIBRARY_FUNCTION(atol);
363 INTERCEPT_LIBRARY_FUNCTION(_except_handler3);
372 INTERCEPT_LIBRARY_FUNCTION(frexp);
373 INTERCEPT_LIBRARY_FUNCTION(longjmp);
374 INTERCEPT_LIBRARY_FUNCTION(memchr);
375 INTERCEPT_LIBRARY_FUNCTION(memcmp);
376 INTERCEPT_LIBRARY_FUNCTION(memcpy);
377 INTERCEPT_LIBRARY_FUNCTION(memmove);
[all …]