Home
last modified time | relevance | path

Searched refs:GetProcAddress (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/crypto/openssl/crypto/dso/
H A Ddso_win32.c31 # undef GetProcAddress
32 # define GetProcAddress GetProcAddressA macro
182 sym.f = GetProcAddress(*ptr, symname); in win32_bind_func()
529 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_pathbyaddr()
538 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_pathbyaddr()
542 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_pathbyaddr()
543 module_next = (MODULE32) GetProcAddress(dll, "Module32Next"); in win32_pathbyaddr()
628 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_globallookup()
637 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_globallookup()
641 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_globallookup()
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Devutil_time.c104 GetProcAddress(h, "GetSystemTimePreciseAsFileTime"); in evutil_gettimeofday()
525 base->GetTickCount64_fn = (ev_GetTickCount_func)GetProcAddress(h, "GetTickCount64"); in evutil_configure_monotonic_time_()
526 base->GetTickCount_fn = (ev_GetTickCount_func)GetProcAddress(h, "GetTickCount"); in evutil_configure_monotonic_time_()
H A Devthread_win32.c115 name##_fn = GetProcAddress(lib, #name) in evthread_win32_condvar_init()
/freebsd/contrib/libevent/
H A Devutil_time.c104 GetProcAddress(h, "GetSystemTimePreciseAsFileTime"); in evutil_gettimeofday()
525 base->GetTickCount64_fn = (ev_GetTickCount_func)GetProcAddress(h, "GetTickCount64"); in evutil_configure_monotonic_time_()
526 base->GetTickCount_fn = (ev_GetTickCount_func)GetProcAddress(h, "GetTickCount"); in evutil_configure_monotonic_time_()
H A Devthread_win32.c115 name##_fn = GetProcAddress(lib, #name) in evthread_win32_condvar_init()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.c371 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()
382 FUNC_Initialize = (TPInitialize)GetProcAddress(m_libHandle, "Initialize"); in loadiJIT_Funcs()
H A Dittnotify_config.h201 #define __itt_get_proc(lib, name) GetProcAddress(lib, name)
/freebsd/contrib/libfido2/src/
H A Dwinhello.c98 (webauthn_get_api_version_t *)GetProcAddress(webauthn_handle, in webauthn_load()
110 (webauthn_strerr_t *)GetProcAddress(webauthn_handle, in webauthn_load()
116 (webauthn_get_assert_t *)GetProcAddress(webauthn_handle, in webauthn_load()
123 (webauthn_make_cred_t *)GetProcAddress(webauthn_handle, in webauthn_load()
130 (webauthn_free_assert_t *)GetProcAddress(webauthn_handle, in webauthn_load()
136 (webauthn_free_attest_t *)GetProcAddress(webauthn_handle, in webauthn_load()
147 fido_log_debug("%s: GetProcAddress", __func__); in webauthn_load()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc89 return (void *)uintptr_t(GetProcAddress((HMODULE)Handle, Symbol));
129 if (FARPROC Ptr = GetProcAddress(HMODULE(Handles.front()), Symbol))
140 if (FARPROC Ptr = GetProcAddress(HMODULE(*I), Symbol))
H A DSignals.inc174 fMiniDumpWriteDump = (fpMiniDumpWriteDump)(void *)::GetProcAddress(
176 fStackWalk64 = (fpStackWalk64)(void *)::GetProcAddress(hLib, "StackWalk64");
177 fSymGetModuleBase64 = (fpSymGetModuleBase64)(void *)::GetProcAddress(
179 fSymGetSymFromAddr64 = (fpSymGetSymFromAddr64)(void *)::GetProcAddress(
181 fSymGetLineFromAddr64 = (fpSymGetLineFromAddr64)(void *)::GetProcAddress(
183 fSymGetModuleInfo64 = (fpSymGetModuleInfo64)(void *)::GetProcAddress(
186 (fpSymFunctionTableAccess64)(void *)::GetProcAddress(
189 (fpSymSetOptions)(void *)::GetProcAddress(hLib, "SymSetOptions");
191 (fpSymInitialize)(void *)::GetProcAddress(hLib, "SymInitialize");
193 (fpEnumerateLoadedModules)(void *)::GetProcAddress(
/freebsd/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats_client.cpp35 return reinterpret_cast<void *>(GetProcAddress(GetModuleHandle(0), name)); in LookupSymbolFromMain()
/freebsd/crypto/openssl/test/
H A Dsimpledynamic.c55 *sym = (SD_SYM)GetProcAddress(lib, symname); in sd_sym()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp780 NtQuerySystemInformation = (NtQuerySystemInformation_t)GetProcAddress( in __kmp_runtime_initialize()
802 (kmp_GetActiveProcessorCount_t)GetProcAddress( in __kmp_runtime_initialize()
805 (kmp_GetActiveProcessorGroupCount_t)GetProcAddress( in __kmp_runtime_initialize()
808 (kmp_GetThreadGroupAffinity_t)GetProcAddress( in __kmp_runtime_initialize()
811 (kmp_SetThreadGroupAffinity_t)GetProcAddress( in __kmp_runtime_initialize()
1698 proc = (void *)GetProcAddress(modules[i], name); in __kmp_lookup_symbol()
H A Dompt-general.cpp220 (FARPROC &)ompt_tool_p = GetProcAddress(modules[i], "ompt_start_tool"); in ompt_tool_windows()
322 start_tool = (ompt_start_tool_t)GetProcAddress(h, "ompt_start_tool");
/freebsd/crypto/openssl/ms/
H A Duplink.c76 applink = (void **(*)())GetProcAddress(h, "OPENSSL_Applink"); in OPENSSL_Uplink()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dchrono.cpp80 fp = (GetSystemTimeAsFileTimePtr)(void*)GetProcAddress( in GetSystemTimeInit()
/freebsd/crypto/openssl/crypto/
H A Dcryptlib.c55 f = GetProcAddress(mod, "_OPENSSL_isservice"); in OPENSSL_isservice()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp250 reinterpret_cast<proc>(GetProcAddress(kbase, "SetThreadDescription")); in SetThreadName()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp71 reinterpret_cast<decltype(::name) *>(GetProcAddress(dbghelp, #name)); \ in InitializeDbgHelpIfNeeded()
/freebsd/contrib/unbound/dynlibmod/
H A Ddynlibmod.c16 #define __LOADSYM GetProcAddress
/freebsd/contrib/lua/src/
H A Dloadlib.c218 lua_CFunction f = (lua_CFunction)(voidf)GetProcAddress((HMODULE)lib, sym); in lsys_sym()
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h266 #define __itt_get_proc(lib, name) GetProcAddress(lib, name)
/freebsd/crypto/openssl/engines/
H A De_capi.c472 (CERTDLG) GetProcAddress(cryptui, in capi_init()
476 (GETCONSWIN) GetProcAddress(kernel, "GetConsoleWindow"); in capi_init()
/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dinterfaceiter.c170 GetProcAddress( in isc_interfaceiter_create()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_ndis.c2547 wzc_enum_interf = (void *) GetProcAddress(hm, "WZCEnumInterfaces"); in wpa_driver_ndis_set_wzc()
2548 wzc_query_interf = (void *) GetProcAddress(hm, "WZCQueryInterface"); in wpa_driver_ndis_set_wzc()
2549 wzc_set_interf = (void *) GetProcAddress(hm, "WZCSetInterface"); in wpa_driver_ndis_set_wzc()

12