Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp3581 … NListIndexToSymbolIndexMap::const_iterator index_pos = m_nlist_idx_to_sym_idx.find (stub_sym_id); in ParseSymtab() local
3583 if (index_pos != end_index_pos) in ParseSymtab()
3587 stub_symbol = symtab->SymbolAtIndex (index_pos->second); in ParseSymtab()