Home
last modified time | relevance | path

Searched refs:moduleHandle (Results 126 – 150 of 221) sorted by relevance

123456789

/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/debug/pe/
H A Dfile_test.go535 moduleHandle, _, err := getModuleHandle.Call(0)
536 if moduleHandle == 0 {
541 ret, _, err := getModuleInformation.Call(procHandle, moduleHandle,
/dports/lang/gcc9/gcc-9.4.0/libgo/go/debug/pe/
H A Dfile_test.go535 moduleHandle, _, err := getModuleHandle.Call(0)
536 if moduleHandle == 0 {
541 ret, _, err := getModuleInformation.Call(procHandle, moduleHandle,
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/debug/pe/
H A Dfile_test.go535 moduleHandle, _, err := getModuleHandle.Call(0)
536 if moduleHandle == 0 {
541 ret, _, err := getModuleInformation.Call(procHandle, moduleHandle,
/dports/security/softhsm2/softhsm-2.6.1/src/bin/util/
H A Dsofthsm2-util.h70 static void* moduleHandle; variable
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/NativeFormat/
H A DNativeFormatMethod.cs425 …TypeManagerHandle moduleHandle = Internal.Runtime.TypeLoader.ModuleList.Instance.GetModuleForMetad…
426 … MethodNameAndSignature(Name, RuntimeSignature.CreateFromMethodHandle(moduleHandle, handleAsToken)…
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/debug/pe/
H A Dfile_test.go565 moduleHandle, _, err := getModuleHandle.Call(0)
566 if moduleHandle == 0 {
571 ret, _, err := getModuleInformation.Call(procHandle, moduleHandle,
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/builtin/
H A Dbuiltin_functions_tests.cpp37 ze_module_handle_t moduleHandle; in loadBuiltIn() local
42 res = device->createModule(&moduleDesc, &moduleHandle, nullptr, ModuleType::Builtin); in loadBuiltIn()
45 module.reset(Module::fromHandle(moduleHandle)); in loadBuiltIn()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/debug/pe/
H A Dfile_test.go565 moduleHandle, _, err := getModuleHandle.Call(0)
566 if moduleHandle == 0 {
571 ret, _, err := getModuleInformation.Call(procHandle, moduleHandle,
/dports/lang/gcc11/gcc-11.2.0/libgo/go/debug/pe/
H A Dfile_test.go573 moduleHandle, _, err := getModuleHandle.Call(0)
574 if moduleHandle == 0 {
579 ret, _, err := getModuleInformation.Call(procHandle, moduleHandle,
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/debug/pe/
H A Dfile_test.go573 moduleHandle, _, err := getModuleHandle.Call(0)
574 if moduleHandle == 0 {
579 ret, _, err := getModuleInformation.Call(procHandle, moduleHandle,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/debug/pe/
H A Dfile_test.go573 moduleHandle, _, err := getModuleHandle.Call(0)
574 if moduleHandle == 0 {
579 ret, _, err := getModuleInformation.Call(procHandle, moduleHandle,
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/module/
H A Dmodule_imp.cpp955 auto moduleHandle = static_cast<ModuleImp *>(Module::fromHandle(phModules[i])); in performDynamicLink() local
956 … auto symbolIt = moduleHandle->symbols.find(unresolvedExternal.unresolvedRelocation.symbolName); in performDynamicLink()
957 if (symbolIt != moduleHandle->symbols.end()) { in performDynamicLink()
963 … moduleId->importedSymbolAllocations.insert(moduleHandle->exportedFunctionsSurface); in performDynamicLink()
967 … logMessage << " Successfully Resolved Thru Dynamic Link to Module <" << moduleHandle << ">"; in performDynamicLink()
975 …((moduleHandle->exportedFunctionsSurface != nullptr) ? 1 : 0) + moduleId->importedSymbolAllocation… in performDynamicLink()
977 if (nullptr != moduleHandle->exportedFunctionsSurface) { in performDynamicLink()
978 … kernImmData->getResidencyContainer().push_back(moduleHandle->exportedFunctionsSurface); in performDynamicLink()
/dports/lang/gcc10/gcc-10.3.0/libgo/go/debug/pe/
H A Dfile_test.go574 moduleHandle, _, err := getModuleHandle.Call(0)
575 if moduleHandle == 0 {
580 ret, _, err := getModuleInformation.Call(procHandle, moduleHandle,
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/debug/pe/
H A Dfile_test.go574 moduleHandle, _, err := getModuleHandle.Call(0)
575 if moduleHandle == 0 {
580 ret, _, err := getModuleInformation.Call(procHandle, moduleHandle,
/dports/security/softhsm2/softhsm-2.6.1/src/bin/migrate/
H A Dsofthsm2-migrate.cpp127 moduleHandle = NULL; in main()
177 CK_C_GetFunctionList pGetFunctionList = loadLibrary(module, &moduleHandle, &errMsg); in main()
208 unloadLibrary(moduleHandle); in main()
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/debug/pe/
H A Dfile_test.go574 moduleHandle, _, err := getModuleHandle.Call(0)
575 if moduleHandle == 0 {
580 ret, _, err := getModuleInformation.Call(procHandle, moduleHandle,
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/
H A DTypeLoaderEnvironment.StaticsLookup.cs327 … TypeManagerHandle moduleHandle = RuntimeAugments.GetModuleFromTypeHandle(instantiatedType); in GetStaticInfo()
328 NativeFormatModuleInfo module = ModuleList.Instance.GetModuleInfoByHandle(moduleHandle); in GetStaticInfo()
H A DSerializedDebugData.cs451 …TypeManagerHandle moduleHandle = ModuleList.Instance.GetModuleForMetadataReader(nativeFormatType.M… in RegisterDebugDataForNativeFormatType()
455 encoder.WriteUnsignedLong(unchecked((ulong)moduleHandle.GetIntPtrUNSAFE().ToInt64())); in RegisterDebugDataForNativeFormatType()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/include/doomsday/
H A Ddoomsdayapp.h137 void *moduleHandle() const;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/native/
H A Djuce_win32_SystemStats.cpp222 if (auto* moduleHandle = ::GetModuleHandleW (L"ntdll.dll")) in getWindowsVersionInfo() local
226 if (auto* rtlGetVersion = (RtlGetVersion) ::GetProcAddress (moduleHandle, "RtlGetVersion")) in getWindowsVersionInfo()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/native/
H A Djuce_win32_SystemStats.cpp222 if (auto* moduleHandle = ::GetModuleHandleW (L"ntdll.dll")) in getWindowsVersionInfo() local
226 if (auto* rtlGetVersion = (RtlGetVersion) ::GetProcAddress (moduleHandle, "RtlGetVersion")) in getWindowsVersionInfo()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/native/
H A Djuce_win32_SystemStats.cpp220 if (auto* moduleHandle = ::GetModuleHandleW (L"ntdll.dll")) in getWindowsVersionInfo() local
224 if (auto* rtlGetVersion = (RtlGetVersion) ::GetProcAddress (moduleHandle, "RtlGetVersion")) in getWindowsVersionInfo()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_video/native/
H A Djuce_win32_Video.h855 HINSTANCE moduleHandle = (HINSTANCE) Process::getCurrentModuleInstanceHandle(); in JUCE_DECLARE_SINGLETON_SINGLETHREADED_MINIMAL() local
858 GetModuleFileName (moduleHandle, moduleFile, 1024); in JUCE_DECLARE_SINGLETON_SINGLETHREADED_MINIMAL()
865 wcex.hInstance = moduleHandle; in JUCE_DECLARE_SINGLETON_SINGLETHREADED_MINIMAL()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/COFF/
H A DDLL.cpp178 e->ModuleHandle = moduleHandle->getRVA(); in writeTo()
184 Chunk *moduleHandle; member in lld::coff::__anone209253d0111::DelayDirectoryChunk
670 dir->moduleHandle = mh; in create()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/COFF/
H A DDLL.cpp178 e->ModuleHandle = moduleHandle->getRVA(); in writeTo()
184 Chunk *moduleHandle; member in lld::coff::__anon98be407a0111::DelayDirectoryChunk
681 dir->moduleHandle = mh; in create()

123456789