Searched refs:InternalGetProcAddress (Results 1 – 3 of 3) sorted by relevance
225 uptr InternalGetProcAddress(void *module, const char *func_name) { in InternalGetProcAddress() function260 *func_addr = InternalGetProcAddress(DLLs[i], func_name); in GetFunctionAddressInDLLs()
35 uptr InternalGetProcAddress(void *module, const char *func_name);
34 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in getRealProcAddressOrDie()