Searched refs:nlistCount (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1860 uint32_t nlistCount; member in struct:lldb_copy_dyld_cache_local_symbols_info
1870 uint32_t nlistCount; member in struct:lldb_copy_dyld_cache_local_symbols_entry
1981 local_symbols_entry.nlistCount = dsc_local_symbols_data.GetU32(&offset);
1985 unmapped_local_symbols_found = local_symbols_entry.nlistCount;
1994 for (uint32_t nlist_index = 0; nlist_index < local_symbols_entry.nlistCount; nlist_index++)

Completed in 145 milliseconds