Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp960 lldb::user_id_t sectID = 0; in CreateSections() local
1109 const lldb::user_id_t first_segment_sectID = sectID + 1; in CreateSections()
1320 ++sectID, in CreateSections()
1346 if (first_segment_sectID <= sectID) in CreateSections()
1349 … for (sect_uid = first_segment_sectID; sect_uid <= sectID; ++sect_uid) in CreateSections()
1353 if (sect_uid + 1 <= sectID) in CreateSections()