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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cc34 int dllThunkIntercept(const char* main_function, uptr dll_function) { function in namespace:__sanitizer
H A Dsanitizer_win_dll_thunk.h21 int dllThunkIntercept(const char* main_function, uptr dll_function);
33 return __sanitizer::dllThunkIntercept(main_function, (__sanitizer::uptr) \
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cc32 int dllThunkIntercept(const char* main_function, uptr dll_function) { function in namespace:__sanitizer
H A Dsanitizer_win_dll_thunk.h19 int dllThunkIntercept(const char* main_function, uptr dll_function);
31 return __sanitizer::dllThunkIntercept(main_function, (__sanitizer::uptr) \
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cpp33 int dllThunkIntercept(const char* main_function, uptr dll_function) { function in namespace:__sanitizer
H A Dsanitizer_win_dll_thunk.h20 int dllThunkIntercept(const char* main_function, uptr dll_function);
32 return __sanitizer::dllThunkIntercept(main_function, (__sanitizer::uptr) \

Completed in 100 milliseconds