Searched refs:segment_sp (Results 1 – 2 of 2) sorted by relevance
1648 SectionSP segment_sp; in ProcessSegmentCommand() local1650 segment_sp = std::make_shared<Section>( in ProcessSegmentCommand()1670 segment_sp->SetIsEncrypted(segment_is_encrypted); in ProcessSegmentCommand()1671 m_sections_up->AddSection(segment_sp); in ProcessSegmentCommand()1672 segment_sp->SetPermissions(segment_permissions); in ProcessSegmentCommand()1674 context.UnifiedList.AddSection(segment_sp); in ProcessSegmentCommand()1756 segment_sp = context.UnifiedList.FindSectionByName(const_segname); in ProcessSegmentCommand()1757 if (segment_sp.get()) { in ProcessSegmentCommand()1758 Section *segment = segment_sp.get(); in ProcessSegmentCommand()1802 segment_sp = std::make_shared<Section>( in ProcessSegmentCommand()[all …]
968 JSONGenerator::DictionarySP segment_sp(new JSONGenerator::Dictionary());969 segment_sp->AddStringItem("name",971 segment_sp->AddIntegerItem("vmaddr",973 segment_sp->AddIntegerItem("vmsize",975 segment_sp->AddIntegerItem("fileoff",977 segment_sp->AddIntegerItem(979 segment_sp->AddIntegerItem("maxprot",984 // segment_sp->AddIntegerItem ("initprot",986 // segment_sp->AddIntegerItem ("nsects",988 // segment_sp->AddIntegerItem ("flags",[all …]