Searched refs:memory_info (Results 1 – 1 of 1) sorted by relevance
621 MemoryRegionInfo memory_info; in LoadModuleAtAddress() local622 Status error = m_process->GetMemoryRegionInfo(base_addr, memory_info); in LoadModuleAtAddress()623 if (error.Success() && memory_info.GetMapped() && in LoadModuleAtAddress()624 memory_info.GetRange().GetRangeBase() == base_addr && in LoadModuleAtAddress()625 !(memory_info.GetName().IsEmpty())) { in LoadModuleAtAddress()627 FileSpec(memory_info.GetName().GetStringRef()), link_map_addr, in LoadModuleAtAddress()