HomeSort by relevance Sort by last modified time
    Searched refs:InternalGetProcAddress (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/interception/
interception_win.h 35 uptr InternalGetProcAddress(void *module, const char *func_name);
interception_win.cc 793 uptr InternalGetProcAddress(void *module, const char *func_name) {
828 *func_addr = InternalGetProcAddress(DLLs[i], func_name);
  /external/compiler-rt/lib/interception/tests/
interception_win_test.cc 267 TEST(Interception, InternalGetProcAddress) {
272 uptr DbgPrint_adddress = InternalGetProcAddress(ntdll_handle, "DbgPrint");
273 uptr isdigit_address = InternalGetProcAddress(ntdll_handle, "isdigit");
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 34 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name);

Completed in 87 milliseconds