Searched refs:nlistCount (Results 1 – 1 of 1) sorted by relevance
1860 uint32_t nlistCount; in ParseSymtab() member1870 uint32_t nlistCount; in ParseSymtab() member1981 … local_symbols_entry.nlistCount = dsc_local_symbols_data.GetU32(&offset); in ParseSymtab()1985 unmapped_local_symbols_found = local_symbols_entry.nlistCount; in ParseSymtab()1994 … for (uint32_t nlist_index = 0; nlist_index < local_symbols_entry.nlistCount; nlist_index++) in ParseSymtab()