Home | History | Annotate | Download | only in Target

Lines Matching full:section_sp

1228     SectionSP section_sp (addr.GetSection());
1229 if (section_sp)
1232 if (section_sp->IsEncrypted())
1237 ModuleSP module_sp (section_sp->GetModule());
1240 ObjectFile *objfile = section_sp->GetModule()->GetObjectFile();
1243 size_t bytes_read = objfile->ReadSectionData (section_sp.get(),
1250 error.SetErrorStringWithFormat("error reading data from section %s", section_sp->GetName().GetCString());