Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cpp27 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in dllThunkGetRealAddrOrDie()
42 uptr wrapper = __interception::InternalGetProcAddress( in dllThunkInterceptWhenPossible()
H A Dsanitizer_win_weak_interception.cpp31 uptr real = __interception::InternalGetProcAddress( in interceptWhenPossible()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.h34 uptr InternalGetProcAddress(void *module, const char *func_name);
H A Dinterception_win.cpp998 uptr InternalGetProcAddress(void *module, const char *func_name) { in InternalGetProcAddress() function
1047 return InternalGetProcAddress(redirected_module, separator + 1); in InternalGetProcAddress()
1062 uptr func_addr = InternalGetProcAddress(DLLs[i], func_name); in OverrideFunction()