/external/google-breakpad/src/client/windows/crash_generation/ |
minidump_generator.cc | 137 GetProcAddress(verifier_module_, "VerifierEnumerateResource")); 534 FARPROC proc = GetProcAddress(module, "MiniDumpWriteDump"); 556 FARPROC proc = GetProcAddress(module, "UuidCreate");
|
/external/compiler-rt/lib/interception/ |
interception_win.cc | 220 // Internal implementation of GetProcAddress. At least since Windows 8, 221 // GetProcAddress appears to initialize DLLs before returning function pointers
|
/external/libxml2/ |
xmlmodule.c | 330 * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/getprocaddress.asp 343 *symbol = GetProcAddress(handle, name);
|
/external/lzma/CPP/Windows/ |
FileFind.cpp | 185 g_FindFirstStreamW = (FindFirstStreamW_Ptr)::GetProcAddress(::GetModuleHandleA("kernel32.dll"), "FindFirstStreamW");
186 g_FindNextStreamW = (FindNextStreamW_Ptr)::GetProcAddress(::GetModuleHandleA("kernel32.dll"), "FindNextStreamW");
|
/prebuilts/go/darwin-x86/src/syscall/ |
dll_windows.go | 29 func getprocaddress(handle uintptr, procname *uint8) (proc uintptr, err Errno) func 74 a, e := getprocaddress(uintptr(d.Handle), namep)
|
/prebuilts/go/linux-x86/src/syscall/ |
dll_windows.go | 29 func getprocaddress(handle uintptr, procname *uint8) (proc uintptr, err Errno) func 74 a, e := getprocaddress(uintptr(d.Handle), namep)
|
/external/curl/lib/ |
curl_sspi.c | 123 GetProcAddress(s_hSecDll, SECURITYENTRYPOINT);
|
/external/deqp/framework/egl/wrapper/ |
eglwLibrary.inl | 40 virtual __eglMustCastToProperFunctionPointerType getProcAddress (const char *procname) const = 0;
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
SfxWin.cpp | 45 DLLGETVERSIONPROC pDllGetVersion = (DLLGETVERSIONPROC)GetProcAddress(hinstDll, "DllGetVersion");
|
/external/lzma/CPP/7zip/UI/FileManager/ |
SysIconUtils.cpp | 48 ::GetProcAddress(::GetModuleHandleW(L"shell32.dll"), "SHGetFileInfoW");
|
/external/mesa3d/src/egl/main/ |
eglapi.h | 163 GetProcAddress_t GetProcAddress;
|
egldriver.c | 156 mainFunc = (_EGLMain_t) GetProcAddress(lib, "_eglMain"); 679 proc = mod->Driver->API.GetProcAddress(mod->Driver, procname);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug_symbol.c | 77 return GetProcAddress(hModule_Dbghelp, lpProcName);
|
/external/vulkan-validation-layers/demos/smoke/ |
ShellWin32.cpp | 122 get_proc = reinterpret_cast<PFN_vkGetInstanceProcAddr>(GetProcAddress(
|
/frameworks/native/opengl/libs/ |
Android.mk | 30 EGL/getProcAddress.cpp.arm \
|
/prebuilts/go/darwin-x86/src/runtime/ |
syscall_windows.go | 106 //go:linkname syscall_getprocaddress syscall.getprocaddress
|
/prebuilts/go/linux-x86/src/runtime/ |
syscall_windows.go | 106 //go:linkname syscall_getprocaddress syscall.getprocaddress
|
/external/webrtc/webrtc/base/ |
proxydetect.cc | 665 GetProcAddress(winhttp_handle, 713 reinterpret_cast<pfnWinHttpOpen>(GetProcAddress(winhttp_handle, 717 GetProcAddress(winhttp_handle, "WinHttpCloseHandle")); 720 GetProcAddress(winhttp_handle, "WinHttpGetProxyForUrl")); 799 GetProcAddress(hModJS, "InternetGetProxyInfo")); [all...] |
helpers.cc | 95 GetProcAddress(advapi32_, "SystemFunction036"));
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
jitprofiling.c | 373 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent"); 384 FUNC_Initialize = (TPInitialize)GetProcAddress(m_libHandle, "Initialize");
|
/external/v8/src/third_party/vtune/ |
jitprofiling.cc | 389 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent"); 400 FUNC_Initialize = (TPInitialize)GetProcAddress(m_libHandle, "Initialize");
|
/external/libevent/ |
evthread_win32.c | 113 name##_fn = GetProcAddress(lib, #name)
|
/external/mesa3d/src/mapi/glapi/gen/ |
gl_procs.py | 47 * the GetProcAddress() function
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
screen_capturer_win_gdi.cc | 54 GetProcAddress(dwmapi_library_, "DwmEnableComposition"));
|
/external/harfbuzz_ng/src/ |
hb-uniscribe.cc | 212 this->ScriptItemizeOpenType = (SIOT) GetProcAddress (hinstLib, "ScriptItemizeOpenType"); 213 this->ScriptShapeOpenType = (SSOT) GetProcAddress (hinstLib, "ScriptShapeOpenType"); 214 this->ScriptPlaceOpenType = (SPOT) GetProcAddress (hinstLib, "ScriptPlaceOpenType");
|