Home
last modified time | relevance | path

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

/external/angle/util/windows/third_party/StackWalker/src/
DStackWalker.cpp652 HMODULE* hMods = 0; in GetModuleListPSAPI() local
673 hMods = (HMODULE*)malloc(sizeof(HMODULE) * (TTBUFLEN / sizeof(HMODULE))); in GetModuleListPSAPI()
676 if ((hMods == NULL) || (tt == NULL) || (tt2 == NULL)) in GetModuleListPSAPI()
679 if (!pEPM(hProcess, hMods, TTBUFLEN, &cbNeeded)) in GetModuleListPSAPI()
691 for (i = 0; i < cbNeeded / sizeof(hMods[0]); i++) in GetModuleListPSAPI()
694 pGMI(hProcess, hMods[i], &mi, sizeof(mi)); in GetModuleListPSAPI()
697 pGMFNE(hProcess, hMods[i], tt, TTBUFLEN); in GetModuleListPSAPI()
700 pGMBN(hProcess, hMods[i], tt2, TTBUFLEN); in GetModuleListPSAPI()
715 if (hMods != NULL) in GetModuleListPSAPI()
716 free(hMods); in GetModuleListPSAPI()