reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1583 segment_sp = std::make_shared<Section>( 1603 segment_sp->SetIsEncrypted(segment_is_encrypted); 1604 m_sections_up->AddSection(segment_sp); 1605 segment_sp->SetPermissions(segment_permissions); 1607 context.UnifiedList.AddSection(segment_sp); 1676 segment_sp = context.UnifiedList.FindSectionByName(const_segname); 1677 if (segment_sp.get()) { 1678 Section *segment = segment_sp.get(); 1722 segment_sp = std::make_shared<Section>( 1723 segment_sp, // Parent section 1744 segment_sp->SetIsFake(true); 1745 segment_sp->SetPermissions(segment_permissions); 1746 m_sections_up->AddSection(segment_sp); 1748 context.UnifiedList.AddSection(segment_sp); 1749 segment_sp->SetIsEncrypted(segment_is_encrypted); 1752 assert(segment_sp.get()); 1757 segment_sp, module_sp, this, ++context.NextSectionIdx, section_name, 1758 sect_type, sect64.addr - segment_sp->GetFileAddress(), sect64.size, 1770 segment_sp->GetChildren().AddSection(section_sp); 1772 if (segment_sp->IsFake()) { 1773 segment_sp.reset(); 1778 if (segment_sp && is_dsym) { 1784 segment_sp->GetChildren().FindSectionByID(sect_uid)); 1788 segment_sp->GetChildren().FindSectionByID(sect_uid + 1);