Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/
Dinterception_win.cc225 uptr InternalGetProcAddress(void *module, const char *func_name) { in InternalGetProcAddress() function
260 *func_addr = InternalGetProcAddress(DLLs[i], func_name); in GetFunctionAddressInDLLs()
Dinterception_win.h35 uptr InternalGetProcAddress(void *module, const char *func_name);
/external/compiler-rt/lib/asan/
Dasan_win_dll_thunk.cc34 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in getRealProcAddressOrDie()