Lines Matching refs:segment_sp

1077                         SectionSP segment_sp;  in CreateSections()  local
1080segment_sp.reset(new Section (module_sp, // Module to which this section belongs in CreateSections()
1091 segment_sp->SetIsEncrypted (segment_is_encrypted); in CreateSections()
1092 m_sections_ap->AddSection(segment_sp); in CreateSections()
1094 unified_section_list.AddSection(segment_sp); in CreateSections()
1141segment_sp = unified_section_list.FindSectionByName (const_segname); in CreateSections()
1142 if (segment_sp.get()) in CreateSections()
1144 Section *segment = segment_sp.get(); in CreateSections()
1185segment_sp.reset(new Section (segment_sp, // Parent section in CreateSections()
1196 segment_sp->SetIsFake(true); in CreateSections()
1198 m_sections_ap->AddSection(segment_sp); in CreateSections()
1200 unified_section_list.AddSection(segment_sp); in CreateSections()
1201 segment_sp->SetIsEncrypted (segment_is_encrypted); in CreateSections()
1204 assert (segment_sp.get()); in CreateSections()
1290 if (segment_sp->GetName() == g_sect_name_TEXT) in CreateSections()
1292 else if (segment_sp->GetName() == g_sect_name_DATA) in CreateSections()
1317 SectionSP section_sp(new Section (segment_sp, in CreateSections()
1323 … sect64.addr - segment_sp->GetFileAddress(), in CreateSections()
1335 segment_sp->GetChildren().AddSection(section_sp); in CreateSections()
1337 if (segment_sp->IsFake()) in CreateSections()
1339 segment_sp.reset(); in CreateSections()
1344 if (segment_sp && is_dsym) in CreateSections()
1351 … SectionSP curr_section_sp(segment_sp->GetChildren().FindSectionByID (sect_uid)); in CreateSections()
1354 … next_section_sp = segment_sp->GetChildren().FindSectionByID (sect_uid+1); in CreateSections()