Searched refs:module_array (Results 1 – 1 of 1) sorted by relevance
36 HMODULE* module_array = nullptr; in PrintStackTraceInternal() local43 module_array = reinterpret_cast<HMODULE*>(module_array_bytes); in PrintStackTraceInternal()45 if (EnumProcessModules(process_handle, module_array, bytes_required, in PrintStackTraceInternal()49 if (GetModuleInformation(process_handle, module_array[i], &info, in PrintStackTraceInternal()61 process_handle, module_array[i], module_name, in PrintStackTraceInternal()