Lines Matching full:section_sp
794 SectionSP section_sp (symbol->GetAddress().GetSection());
795 if (section_sp)
797 const SectionType section_type = section_sp->GetType();
1317 SectionSP section_sp(new Section (segment_sp,
1334 section_sp->SetIsEncrypted (segment_is_encrypted || section_is_encrypted);
1335 segment_sp->GetChildren().AddSection(section_sp);
1410 if (!m_section_infos[n_sect].section_sp)
1412 SectionSP section_sp (m_section_list->FindSectionByID (n_sect));
1413 m_section_infos[n_sect].section_sp = section_sp;
1414 if (section_sp)
1416 m_section_infos[n_sect].vm_range.SetBaseAddress (section_sp->GetFileAddress());
1417 m_section_infos[n_sect].vm_range.SetByteSize (section_sp->GetByteSize());
1427 return m_section_infos[n_sect].section_sp;
1435 return m_section_infos[n_sect].section_sp;
1446 section_sp ()
1451 SectionSP section_sp;