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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win_dll_thunk.cc 60 INTERCEPT_LIBRARY_FUNCTION(atoi);
61 INTERCEPT_LIBRARY_FUNCTION(atol);
62 INTERCEPT_LIBRARY_FUNCTION(frexp);
63 INTERCEPT_LIBRARY_FUNCTION(longjmp);
65 INTERCEPT_LIBRARY_FUNCTION(memchr);
67 INTERCEPT_LIBRARY_FUNCTION(memcmp);
68 INTERCEPT_LIBRARY_FUNCTION(memcpy);
69 INTERCEPT_LIBRARY_FUNCTION(memmove);
70 INTERCEPT_LIBRARY_FUNCTION(memset);
71 INTERCEPT_LIBRARY_FUNCTION(strcat); // NOLIN
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win_dll_thunk.h 86 #define INTERCEPT_LIBRARY_FUNCTION(name) \

Completed in 16 milliseconds