Home
last modified time | relevance | path

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

12

/freebsd-14.2/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()
525 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_pathbyaddr()
534 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_pathbyaddr()
538 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_pathbyaddr()
539 module_next = (MODULE32) GetProcAddress(dll, "Module32Next"); in win32_pathbyaddr()
624 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_globallookup()
633 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_globallookup()
638 module_next = (MODULE32) GetProcAddress(dll, "Module32Next"); in win32_globallookup()
[all …]
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
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-14.2/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats_client.cpp35 return reinterpret_cast<void *>(GetProcAddress(GetModuleHandle(0), name)); in LookupSymbolFromMain()
/freebsd-14.2/crypto/openssl/test/
H A Dsimpledynamic.c55 *sym = (SD_SYM)GetProcAddress(lib, symname); in sd_sym()
/freebsd-14.2/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()
/freebsd-14.2/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 (fpMiniDumpWriteDump)::GetProcAddress(hLib, "MiniDumpWriteDump");
175 fStackWalk64 = (fpStackWalk64)::GetProcAddress(hLib, "StackWalk64");
177 (fpSymGetModuleBase64)::GetProcAddress(hLib, "SymGetModuleBase64");
179 (fpSymGetSymFromAddr64)::GetProcAddress(hLib, "SymGetSymFromAddr64");
181 (fpSymGetLineFromAddr64)::GetProcAddress(hLib, "SymGetLineFromAddr64");
183 (fpSymGetModuleInfo64)::GetProcAddress(hLib, "SymGetModuleInfo64");
184 fSymFunctionTableAccess64 = (fpSymFunctionTableAccess64)::GetProcAddress(
186 fSymSetOptions = (fpSymSetOptions)::GetProcAddress(hLib, "SymSetOptions");
187 fSymInitialize = (fpSymInitialize)::GetProcAddress(hLib, "SymInitialize");
188 fEnumerateLoadedModules = (fpEnumerateLoadedModules)::GetProcAddress(
/freebsd-14.2/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-14.2/crypto/openssl/ms/
H A Duplink.c76 applink = (void **(*)())GetProcAddress(h, "OPENSSL_Applink"); in OPENSSL_Uplink()
/freebsd-14.2/contrib/xz/src/common/
H A Dtuklib_physmem.c105 gmse_type gmse = (gmse_type)GetProcAddress( in tuklib_physmem()
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dchrono.cpp81 …(GetSystemTimeAsFileTimePtr)GetProcAddress(GetModuleHandleW(L"kernel32.dll"), "GetSystemTimePrecis… in GetSystemTimeInit()
/freebsd-14.2/crypto/openssl/crypto/
H A Dcryptlib.c55 f = GetProcAddress(mod, "_OPENSSL_isservice"); in OPENSSL_isservice()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp71 reinterpret_cast<decltype(::name) *>(GetProcAddress(dbghelp, #name)); \ in InitializeDbgHelpIfNeeded()
/freebsd-14.2/contrib/unbound/dynlibmod/
H A Ddynlibmod.c16 #define __LOADSYM GetProcAddress
/freebsd-14.2/contrib/lua/src/
H A Dloadlib.c218 lua_CFunction f = (lua_CFunction)(voidf)GetProcAddress((HMODULE)lib, sym); in lsys_sym()
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h266 #define __itt_get_proc(lib, name) GetProcAddress(lib, name)
/freebsd-14.2/crypto/openssl/engines/
H A De_capi.c472 (CERTDLG) GetProcAddress(cryptui, in capi_init()
476 (GETCONSWIN) GetProcAddress(kernel, "GetConsoleWindow"); in capi_init()
/freebsd-14.2/contrib/ntp/libntp/lib/isc/win32/
H A Dinterfaceiter.c170 GetProcAddress( in isc_interfaceiter_create()
/freebsd-14.2/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