Searched refs:segment_sp (Results 1 – 1 of 1) sorted by relevance
1077 SectionSP segment_sp; in CreateSections() local1080 … segment_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()1141 … segment_sp = unified_section_list.FindSectionByName (const_segname); in CreateSections()1142 if (segment_sp.get()) in CreateSections()1144 Section *segment = segment_sp.get(); in CreateSections()1185 … segment_sp.reset(new Section (segment_sp, // Parent section in CreateSections()1196 segment_sp->SetIsFake(true); in CreateSections()[all …]