Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_win_dll_thunk.cpp59 INTERCEPT_LIBRARY_FUNCTION(atoi);
60 INTERCEPT_LIBRARY_FUNCTION(atol);
61 INTERCEPT_LIBRARY_FUNCTION(frexp);
62 INTERCEPT_LIBRARY_FUNCTION(longjmp);
64 INTERCEPT_LIBRARY_FUNCTION(memchr);
66 INTERCEPT_LIBRARY_FUNCTION(memcmp);
67 INTERCEPT_LIBRARY_FUNCTION(memcpy);
68 INTERCEPT_LIBRARY_FUNCTION(memmove);
69 INTERCEPT_LIBRARY_FUNCTION(memset);
70 INTERCEPT_LIBRARY_FUNCTION(strcat);
[all …]
/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 …]
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_win_dll_thunk.h85 #define INTERCEPT_LIBRARY_FUNCTION(name) \ macro