HomeSort by: relevance | last modified time | path
    Searched refs:InternalGetProcAddress (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win_dll_thunk.cc 28 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name);
43 uptr wrapper = __interception::InternalGetProcAddress(
sanitizer_win_weak_interception.cc 32 uptr real = __interception::InternalGetProcAddress(
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.h 35 uptr InternalGetProcAddress(void *module, const char *func_name);
interception_win.cc 877 uptr InternalGetProcAddress(void *module, const char *func_name) {
926 return InternalGetProcAddress(redirected_module, separator + 1);
941 uptr func_addr = InternalGetProcAddress(DLLs[i], func_name);
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
interception_win_test.cc 300 TEST(Interception, InternalGetProcAddress) {
305 uptr DbgPrint_adddress = InternalGetProcAddress(ntdll_handle, "DbgPrint");
306 uptr isdigit_address = InternalGetProcAddress(ntdll_handle, "isdigit");
630 uptr FunPtr = InternalGetProcAddress((void *)GetModuleHandleA(0), "example");

Completed in 13 milliseconds