Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp59 INTERCEPT_LIBRARY_FUNCTION(atoi);
60 INTERCEPT_LIBRARY_FUNCTION(atol);
61 INTERCEPT_LIBRARY_FUNCTION(frexp);
64 INTERCEPT_LIBRARY_FUNCTION(memchr);
66 INTERCEPT_LIBRARY_FUNCTION(memcmp);
67 INTERCEPT_LIBRARY_FUNCTION(memcpy);
69 INTERCEPT_LIBRARY_FUNCTION(memset);
70 INTERCEPT_LIBRARY_FUNCTION(strcat);
71 INTERCEPT_LIBRARY_FUNCTION(strchr);
72 INTERCEPT_LIBRARY_FUNCTION(strcmp);
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.h85 #define INTERCEPT_LIBRARY_FUNCTION(name) \ macro