Home
last modified time | relevance | path

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

/external/angle/util/windows/third_party/StackWalker/src/
DStackWalker.cpp631 typedef BOOL(__stdcall * tEPM)(HANDLE hProcess, HMODULE * lphModule, DWORD cb, in GetModuleListPSAPI() typedef
643 tEPM pEPM; in GetModuleListPSAPI()
662 pEPM = (tEPM)GetProcAddress(hPsapi, "EnumProcessModules"); in GetModuleListPSAPI()