Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1575 uint32_t NextSectionIdx = 0; member
1703 const lldb::user_id_t first_segment_sectID = context.NextSectionIdx + 1; in ProcessSegmentCommand()
1821 segment_sp, module_sp, this, ++context.NextSectionIdx, section_name, in ProcessSegmentCommand()
1843 if (first_segment_sectID <= context.NextSectionIdx) { in ProcessSegmentCommand()
1845 for (sect_uid = first_segment_sectID; sect_uid <= context.NextSectionIdx; in ProcessSegmentCommand()
1850 if (sect_uid + 1 <= context.NextSectionIdx) in ProcessSegmentCommand()