Searched refs:memory_info (Results 1 – 1 of 1) sorted by relevance
601 MemoryRegionInfo memory_info; in LoadModuleAtAddress() local602 Status error = m_process->GetMemoryRegionInfo(base_addr, memory_info); in LoadModuleAtAddress()603 if (error.Success() && memory_info.GetMapped() && in LoadModuleAtAddress()604 memory_info.GetRange().GetRangeBase() == base_addr && in LoadModuleAtAddress()605 !(memory_info.GetName().IsEmpty())) { in LoadModuleAtAddress()607 FileSpec(memory_info.GetName().GetStringRef()), link_map_addr, in LoadModuleAtAddress()