Home
last modified time | relevance | path

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

/external/angle/util/windows/third_party/StackWalker/src/
DStackWalker.cpp571 tM32F pM32F = NULL; in GetModuleListTH32() local
586 pM32F = (tM32F)GetProcAddress(hToolhelp, "Module32First"); in GetModuleListTH32()
588 if ((pCT32S != NULL) && (pM32F != NULL) && (pM32N != NULL)) in GetModuleListTH32()
604 keepGoing = !!pM32F(hSnap, &me); in GetModuleListTH32()