Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp165 …const ObjectNameToIndexMap::Entry *next_match = m_object_name_to_index_map.FindNextValueForName (m… in FindObject() local
166 while (next_match) in FindObject()
168 if (m_objects[next_match->value].ar_date == object_date) in FindObject()
169 return &m_objects[next_match->value]; in FindObject()
170 next_match = m_object_name_to_index_map.FindNextValueForName (next_match); in FindObject()
/external/elfutils/src/libcpu/
Di386_disasm.c385 next_match: in i386_disasm()
434 goto next_match; in i386_disasm()