Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/crypto/dso/
H A Ddso_win32.c31 # undef GetProcAddress
32 # define GetProcAddress GetProcAddressA macro
180 sym.f = GetProcAddress(*ptr, symname); in win32_bind_func()
515 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_pathbyaddr()
524 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_pathbyaddr()
528 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_pathbyaddr()
529 module_next = (MODULE32) GetProcAddress(dll, "Module32Next"); in win32_pathbyaddr()
614 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_globallookup()
623 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_globallookup()
627 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_globallookup()
[all …]
/freebsd/crypto/krb5/src/ccapi/common/win/OldCC/
H A Dccutil.cxx113 GetProcAddress(s_hRpcDll, TEXT(FN_RpcBindingSetAuthInfoEx)); in Initialize()
122 GetProcAddress(s_hRpcDll, TEXT(FN_RpcServerRegisterIfEx)); in Initialize()
H A Dinit.cxx113 GetProcAddress(s_hRpcDll, TEXT(FN_RpcBindingSetAuthInfoEx)); in Initialize()
122 GetProcAddress(s_hRpcDll, TEXT(FN_RpcServerRegisterIfEx)); in Initialize()
/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/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/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()
/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/krb5/src/lib/krb5/ccache/
H A Dccdefault.c80 GetProcAddress(hLeashDLL, "not_an_API_Leash_AcquireInitialTicketsIfNeeded"); in krb5int_cc_default()
/freebsd/crypto/openssl/test/
H A Dsimpledynamic.c55 *sym = (SD_SYM)GetProcAddress(lib, symname); in sd_sym()
/freebsd/crypto/krb5/src/windows/lib/
H A Dloadfuncs.c68 void* p = (void*)GetProcAddress(h, fi[i].func_name); in LoadFuncs()
/freebsd/crypto/krb5/src/lib/krb5/ccache/ccapi/
H A Dwinccld.c62 void* p = (void*)GetProcAddress(h, fi[i].func_name); in LoadFuncs()
/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/crypto/openssl/util/platform_symbols/
H A Dwindows-symbols.txt57 GetProcAddress
/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

12