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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win_weak_interception.h17 int interceptWhenPossible(uptr dll_function, const char *real_function);
H A Dsanitizer_win_weak_interception.cc29 // Try to get a pointer to real_function in the main module and override
31 int interceptWhenPossible(uptr dll_function, const char *real_function) { argument
33 (void *)GetModuleHandleA(0), real_function);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_weak_interception.h15 int interceptWhenPossible(uptr dll_function, const char *real_function);
H A Dsanitizer_win_weak_interception.cc27 // Try to get a pointer to real_function in the main module and override
29 int interceptWhenPossible(uptr dll_function, const char *real_function) { argument
31 (void *)GetModuleHandleA(0), real_function);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_weak_interception.h16 int interceptWhenPossible(uptr dll_function, const char *real_function);
H A Dsanitizer_win_weak_interception.cpp28 // Try to get a pointer to real_function in the main module and override
30 int interceptWhenPossible(uptr dll_function, const char *real_function) { argument
32 (void *)GetModuleHandleA(0), real_function);

Completed in 107 milliseconds