Home
last modified time | relevance | path

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

/external/angle/util/windows/third_party/StackWalker/src/
DStackWalker.cpp572 tM32N pM32N = NULL; in GetModuleListTH32() local
587 pM32N = (tM32N)GetProcAddress(hToolhelp, "Module32Next"); in GetModuleListTH32()
588 if ((pCT32S != NULL) && (pM32F != NULL) && (pM32N != NULL)) in GetModuleListTH32()
611 keepGoing = !!pM32N(hSnap, &me); in GetModuleListTH32()