Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/tests/
Dinterception_win_test.cc267 TEST(Interception, InternalGetProcAddress) { in TEST() argument
272 uptr DbgPrint_adddress = InternalGetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
273 uptr isdigit_address = InternalGetProcAddress(ntdll_handle, "isdigit"); in TEST()
/external/compiler-rt/lib/interception/
Dinterception_win.h35 uptr InternalGetProcAddress(void *module, const char *func_name);
Dinterception_win.cc793 uptr InternalGetProcAddress(void *module, const char *func_name) { in InternalGetProcAddress() function
828 *func_addr = InternalGetProcAddress(DLLs[i], func_name); in GetFunctionAddressInDLLs()
/external/compiler-rt/lib/asan/
Dasan_win_dll_thunk.cc34 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in getRealProcAddressOrDie()