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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win_dll_thunk.cc 34 int dllThunkIntercept(const char* main_function, uptr dll_function) {
sanitizer_win_dll_thunk.h 21 int dllThunkIntercept(const char* main_function, uptr dll_function);
33 return __sanitizer::dllThunkIntercept(main_function, (__sanitizer::uptr) \

Completed in 12 milliseconds