Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1351 … SectionSP curr_section_sp(segment_sp->GetChildren().FindSectionByID (sect_uid)); in CreateSections() local
1356 if (curr_section_sp.get()) in CreateSections()
1358 if (curr_section_sp->GetByteSize() == 0) in CreateSections()
1361curr_section_sp->SetByteSize ( next_section_sp->GetFileAddress() - curr_section_sp->GetFileAddress… in CreateSections()
1363 curr_section_sp->SetByteSize ( load_cmd.vmsize ); in CreateSections()