Home
last modified time | relevance | path

Searched refs:EnumProcessModulesEx (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc70 // MingW-32 don't have EnumProcessModulesEx.
73 !EnumProcessModulesEx(H, Data, Bytes, &Bytes, LIST_MODULES_64BIT)
95 // Trials indicate EnumProcessModulesEx is consistantly faster than using
98 // | Handles | DbgHelp.dll | CreateSnapshot | EnumProcessModulesEx
106 // There's still a case to somehow cache the result of EnumProcessModulesEx
116 // to EnumProcessModulesEx that gets the amount of, then copies the HMODULES.
118 // EnumProcessModulesEx the results should not be used.
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc73 // MingW-32 don't have EnumProcessModulesEx.
76 !EnumProcessModulesEx(H, Data, Bytes, &Bytes, LIST_MODULES_64BIT)
98 // Trials indicate EnumProcessModulesEx is consistantly faster than using
101 // | Handles | DbgHelp.dll | CreateSnapshot | EnumProcessModulesEx
109 // There's still a case to somehow cache the result of EnumProcessModulesEx
119 // to EnumProcessModulesEx that gets the amount of, then copies the HMODULES.
121 // EnumProcessModulesEx the results should not be used.
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dpsapi.h26 #define EnumProcessModulesEx K32EnumProcessModulesEx macro
186 WINBOOL WINAPI EnumProcessModulesEx(
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go3698 func EnumProcessModulesEx(process Handle, module *Handle, cb uint32, cbNeeded *uint32, filterFlag u… func