Searched refs:ReadModuleFromMemory (Results 1 – 5 of 5) sorted by relevance
67 m_opaque_sp = process_sp->ReadModuleFromMemory (FileSpec(), header_addr); in SBModule()
427 …ModuleSP memory_module_sp = process->ReadModuleFromMemory (FileSpec ("temp_mach_kernel", false), a… in CheckForKernelImageAtAddress()669 ModuleSP memory_module_sp = process->ReadModuleFromMemory (file_spec, m_load_address); in ReadMemoryModule()
368 … module_sp = m_process->ReadModuleFromMemory (image_info.file_spec, image_info.address); in FindTargetModuleForDYLDImageInfo()863 … commpage_image_module_sp = m_process->ReadModuleFromMemory (image_infos[idx].file_spec, in AddModulesUsingImageInfos()
3015 ReadModuleFromMemory (const FileSpec& file_spec,
2788 Process::ReadModuleFromMemory (const FileSpec& file_spec, in ReadModuleFromMemory() function in Process