Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1591 uint32_t NextSectionIdx = 0; member
1719 const lldb::user_id_t first_segment_sectID = context.NextSectionIdx + 1; in ProcessSegmentCommand()
1837 segment_sp, module_sp, this, ++context.NextSectionIdx, section_name, in ProcessSegmentCommand()
1859 if (first_segment_sectID <= context.NextSectionIdx) { in ProcessSegmentCommand()
1861 for (sect_uid = first_segment_sectID; sect_uid <= context.NextSectionIdx; in ProcessSegmentCommand()
1866 if (sect_uid + 1 <= context.NextSectionIdx) in ProcessSegmentCommand()