Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp66 INTERCEPT_LIBRARY_FUNCTION(atoi);
67 INTERCEPT_LIBRARY_FUNCTION(atol);
68 INTERCEPT_LIBRARY_FUNCTION(frexp);
71 INTERCEPT_LIBRARY_FUNCTION(memchr);
73 INTERCEPT_LIBRARY_FUNCTION(memcmp);
74 INTERCEPT_LIBRARY_FUNCTION(memcpy);
76 INTERCEPT_LIBRARY_FUNCTION(memset);
77 INTERCEPT_LIBRARY_FUNCTION(strcat);
78 INTERCEPT_LIBRARY_FUNCTION(strchr);
79 INTERCEPT_LIBRARY_FUNCTION(strcmp);
[all …]
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.h85 #define INTERCEPT_LIBRARY_FUNCTION(name) \ macro