Searched refs:InternalGetProcAddress (Results 1 – 3 of 3) sorted by relevance
34 uptr InternalGetProcAddress(void *module, const char *func_name);
1289 uptr InternalGetProcAddress(void *module, const char *func_name) { in InternalGetProcAddress() function1346 return InternalGetProcAddress(redirected_module, separator + 1); in InternalGetProcAddress()1374 uptr func_addr = InternalGetProcAddress(DLLs[i], func_name); in OverrideFunction()
36 __interception::InternalGetProcAddress(&__ImageBase, export_name); in GetSanitizerDllExport()