Searched refs:module_array (Results 1 – 1 of 1) sorted by relevance
35 HMODULE* module_array = nullptr; in PrintStackTraceInternal() local42 module_array = reinterpret_cast<HMODULE*>(module_array_bytes); in PrintStackTraceInternal()44 if (EnumProcessModules(process_handle, module_array, bytes_required, in PrintStackTraceInternal()48 if (GetModuleInformation(process_handle, module_array[i], &info, in PrintStackTraceInternal()60 process_handle, module_array[i], module_name, in PrintStackTraceInternal()