Home
last modified time | relevance | path

Searched refs:InternalGetProcAddress (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cc28 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in dllThunkGetRealAddrOrDie()
43 uptr wrapper = __interception::InternalGetProcAddress( in dllThunkInterceptWhenPossible()
H A Dsanitizer_win_weak_interception.cc32 uptr real = __interception::InternalGetProcAddress( in interceptWhenPossible()
/freebsd-12.1/contrib/compiler-rt/lib/interception/
H A Dinterception_win.h35 uptr InternalGetProcAddress(void *module, const char *func_name);
H A Dinterception_win.cc877 uptr InternalGetProcAddress(void *module, const char *func_name) { in InternalGetProcAddress() function
926 return InternalGetProcAddress(redirected_module, separator + 1); in InternalGetProcAddress()
941 uptr func_addr = InternalGetProcAddress(DLLs[i], func_name); in OverrideFunction()