Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1718 uint32_t segment_sect_idx; in ProcessSegmentCommand() local
1722 for (segment_sect_idx = 0; segment_sect_idx < load_cmd.nsects; in ProcessSegmentCommand()
1723 ++segment_sect_idx) { in ProcessSegmentCommand()