Searched refs:NextSectionIdx (Results 1 – 1 of 1) sorted by relevance
1575 uint32_t NextSectionIdx = 0; member1703 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()