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

/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc626 #define ASAN_INTERCEPT_FUNC(name) do { \ macro
632 #define ASAN_INTERCEPT_FUNC(name) macro
655 ASAN_INTERCEPT_FUNC(CreateThread);
670 ASAN_INTERCEPT_FUNC(memcmp);
671 ASAN_INTERCEPT_FUNC(memmove);
672 ASAN_INTERCEPT_FUNC(memset);
674 ASAN_INTERCEPT_FUNC(memcpy);
678 ASAN_INTERCEPT_FUNC(strcat); // NOLINT
679 ASAN_INTERCEPT_FUNC(strchr);
680 ASAN_INTERCEPT_FUNC(strcp
[all...]

Completed in 55 milliseconds