Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1865 SectionSP next_section_sp; in ProcessSegmentCommand() local
1867 next_section_sp = in ProcessSegmentCommand()
1872 if (next_section_sp.get() != nullptr) in ProcessSegmentCommand()
1873 curr_section_sp->SetByteSize(next_section_sp->GetFileAddress() - in ProcessSegmentCommand()