Home
last modified time | relevance | path

Searched refs:segment_sp (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1648 SectionSP segment_sp; in ProcessSegmentCommand() local
1650 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 …]
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachProcess.mm968 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 …]