Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_static_runtime_thunk.cpp32 # define INTERCEPT_LIBRARY_FUNCTION_ASAN(X) \ macro
35 INTERCEPT_LIBRARY_FUNCTION_ASAN(atoi);
36 INTERCEPT_LIBRARY_FUNCTION_ASAN(atol);
37 INTERCEPT_LIBRARY_FUNCTION_ASAN(atoll);
38 INTERCEPT_LIBRARY_FUNCTION_ASAN(frexp);
39 INTERCEPT_LIBRARY_FUNCTION_ASAN(longjmp);
41 INTERCEPT_LIBRARY_FUNCTION_ASAN(memchr);
43 INTERCEPT_LIBRARY_FUNCTION_ASAN(memcmp);
44 INTERCEPT_LIBRARY_FUNCTION_ASAN(memcpy);
47 INTERCEPT_LIBRARY_FUNCTION_ASAN(memmove);
[all …]