Searched refs:segment_sp (Results 1 – 2 of 2) sorted by relevance
1632 SectionSP segment_sp; in ProcessSegmentCommand() local1634 segment_sp = std::make_shared<Section>( in ProcessSegmentCommand()1655 m_sections_up->AddSection(segment_sp); in ProcessSegmentCommand()1741 if (segment_sp.get()) { in ProcessSegmentCommand()1742 Section *segment = segment_sp.get(); in ProcessSegmentCommand()1787 segment_sp, // Parent section in ProcessSegmentCommand()1808 segment_sp->SetIsFake(true); in ProcessSegmentCommand()1816 assert(segment_sp.get()); in ProcessSegmentCommand()1836 if (segment_sp->IsFake()) { in ProcessSegmentCommand()1837 segment_sp.reset(); in ProcessSegmentCommand()[all …]
962 JSONGenerator::DictionarySP segment_sp(new JSONGenerator::Dictionary());963 segment_sp->AddStringItem("name",965 segment_sp->AddIntegerItem("vmaddr",967 segment_sp->AddIntegerItem("vmsize",969 segment_sp->AddIntegerItem("fileoff",971 segment_sp->AddIntegerItem(973 segment_sp->AddIntegerItem("maxprot",978 // segment_sp->AddIntegerItem ("initprot",980 // segment_sp->AddIntegerItem ("nsects",982 // segment_sp->AddIntegerItem ("flags",[all …]