HomeSort by: relevance | last modified time | path
    Searched refs:ASAN_INTERCEPT_FUNC (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors.cc 93 #define COMMON_INTERCEPT_FUNCTION(name) ASAN_INTERCEPT_FUNC(name)
593 ASAN_INTERCEPT_FUNC(strcat); // NOLINT
594 ASAN_INTERCEPT_FUNC(strcpy); // NOLINT
595 ASAN_INTERCEPT_FUNC(strncat);
596 ASAN_INTERCEPT_FUNC(strncpy);
597 ASAN_INTERCEPT_FUNC(strdup);
599 ASAN_INTERCEPT_FUNC(__strdup);
602 ASAN_INTERCEPT_FUNC(index);
605 ASAN_INTERCEPT_FUNC(atoi);
606 ASAN_INTERCEPT_FUNC(atol)
    [all...]
asan_interceptors.h 117 #define ASAN_INTERCEPT_FUNC(name) \
130 #define ASAN_INTERCEPT_FUNC(name)
asan_win.cc 170 ASAN_INTERCEPT_FUNC(CreateThread);
171 ASAN_INTERCEPT_FUNC(SetUnhandledExceptionFilter);
174 ASAN_INTERCEPT_FUNC(__C_specific_handler);
176 ASAN_INTERCEPT_FUNC(_except_handler3);
177 ASAN_INTERCEPT_FUNC(_except_handler4);

Completed in 13 milliseconds