Home
last modified time | relevance | path

Searched refs:GetModuleHandleEx (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dlibloaderapi.h99 #define GetModuleHandleEx __MINGW_NAME_AW(GetModuleHandleEx) macro
/aosp_15_r20/external/cronet/base/debug/
H A Dprofiler.cc84 if (!::GetModuleHandleEx(kFlags, function_in_module, &module)) { in FindResolutionFunctionInImports()
/aosp_15_r20/external/swiftshader/src/System/
H A DSharedLibrary.hpp78 GetModuleHandleEx(0, path, &module); in getLibraryHandle()
/aosp_15_r20/external/libchrome/base/debug/
H A Dprofiler.cc136 if (!::GetModuleHandleEx(kFlags, function_in_module, &module)) { in FindResolutionFunctionInImports()
/aosp_15_r20/external/libchrome/base/profiler/
H A Dwin32_stack_frame_unwinder.cc98 if (!::GetModuleHandleEx(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS, in GetModuleForProgramCounter()
H A Dstack_sampling_profiler_unittest.cc401 while (::GetModuleHandleEx(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS | in SynchronousUnloadNativeLibrary()
/aosp_15_r20/external/cronet/base/profiler/
H A Dmodule_cache_win.cc141 if (!::GetModuleHandleEx(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS, in GetModuleHandleForAddress()
H A Dstack_sampling_profiler_unittest.cc206 while (::GetModuleHandleEx(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS | in SynchronousUnloadNativeLibrary()
/aosp_15_r20/external/mesa3d/src/util/
H A Du_debug_symbol.c199 if (!GetModuleHandleEx(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS, in debug_symbol_name_dbghelp()
/aosp_15_r20/external/pytorch/c10/util/
H A DBacktrace.cpp291 GetModuleHandleEx(
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/
H A DD3DKMT.cpp289 bRet = GetModuleHandleEx(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS, in D3DKMTQueryAdapterInfo()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go2362 func GetModuleHandleEx(flags uint32, moduleName *uint16, module *Handle) (err error) { func