Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1352 SectionSP next_section_sp; in CreateSections() local
1354next_section_sp = segment_sp->GetChildren().FindSectionByID (sect_uid+1); in CreateSections()
1360 if (next_section_sp.get() != NULL) in CreateSections()
1361 …curr_section_sp->SetByteSize ( next_section_sp->GetFileAddress() - curr_section_sp->GetFileAddress… in CreateSections()