Lines Matching refs:module_sp
67 ModuleSP module_sp(section->GetModule()); in SetSectionLoadAddress() local
69 if (module_sp) { in SetSectionLoadAddress()
71 section.get(), module_sp->GetFileSpec(), section->GetName(), in SetSectionLoadAddress()
72 load_addr, module_sp.get()); in SetSectionLoadAddress()
103 ModuleSP module_sp(section->GetModule()); in SetSectionLoadAddress() local
104 if (module_sp) { in SetSectionLoadAddress()
107 module_sp->ReportWarning( in SetSectionLoadAddress()
110 load_addr, module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress()
142 ModuleSP module_sp = section_sp->GetModule(); in SetSectionUnloaded() local
144 if (module_sp) { in SetSectionUnloaded()
177 ModuleSP module_sp = section_sp->GetModule(); in SetSectionUnloaded() local
179 if (module_sp) { in SetSectionUnloaded()