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

/external/compiler-rt/lib/asan/
H A Dasan_dll_thunk.cc93 #define INTERCEPT_LIBRARY_FUNCTION(name) \ macro
308 INTERCEPT_LIBRARY_FUNCTION(atoi);
309 INTERCEPT_LIBRARY_FUNCTION(atol);
310 INTERCEPT_LIBRARY_FUNCTION(frexp);
311 INTERCEPT_LIBRARY_FUNCTION(longjmp);
312 INTERCEPT_LIBRARY_FUNCTION(memchr);
313 INTERCEPT_LIBRARY_FUNCTION(memcmp);
314 INTERCEPT_LIBRARY_FUNCTION(memcpy);
315 INTERCEPT_LIBRARY_FUNCTION(memmove);
316 INTERCEPT_LIBRARY_FUNCTION(memse
[all...]

Completed in 89 milliseconds