Home
last modified time | relevance | path

Searched refs:real_function (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win_weak_interception.cc31 int interceptWhenPossible(uptr dll_function, const char *real_function) { in interceptWhenPossible() argument
33 (void *)GetModuleHandleA(0), real_function); in interceptWhenPossible()
H A Dsanitizer_win_weak_interception.h17 int interceptWhenPossible(uptr dll_function, const char *real_function);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_weak_interception.cc29 int interceptWhenPossible(uptr dll_function, const char *real_function) { in interceptWhenPossible() argument
31 (void *)GetModuleHandleA(0), real_function); in interceptWhenPossible()
H A Dsanitizer_win_weak_interception.h15 int interceptWhenPossible(uptr dll_function, const char *real_function);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_weak_interception.cpp30 int interceptWhenPossible(uptr dll_function, const char *real_function) { in interceptWhenPossible() argument
32 (void *)GetModuleHandleA(0), real_function); in interceptWhenPossible()
H A Dsanitizer_win_weak_interception.h16 int interceptWhenPossible(uptr dll_function, const char *real_function);