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

/freebsd-13-stable/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);
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(strca
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.h85 #define INTERCEPT_LIBRARY_FUNCTION(name) \ macro

Completed in 39 milliseconds