Lines Matching refs:ngnubuckets
7342 bfd_vma ngnubuckets = 0; in process_symbol_table() local
7752 ngnubuckets = byte_get (nb, 4); in process_symbol_table()
7770 gnubuckets = get_dynamic_data (file, ngnubuckets, 4); in process_symbol_table()
7775 for (i = 0; i < ngnubuckets; i++) in process_symbol_table()
7793 + 4 * (ngnubuckets + maxchain), 4)), in process_symbol_table()
7817 + offset_from_vma (file, buckets_vma + 4 * ngnubuckets, 4)), in process_symbol_table()
7829 lengths = calloc (ngnubuckets, sizeof (*lengths)); in process_symbol_table()
7837 (unsigned long) ngnubuckets); in process_symbol_table()
7840 for (hn = 0; hn < ngnubuckets; ++hn) in process_symbol_table()
7861 for (hn = 0; hn < ngnubuckets; ++hn) in process_symbol_table()
7864 if (ngnubuckets > 0) in process_symbol_table()
7868 counts[0], (counts[0] * 100.0) / ngnubuckets); in process_symbol_table()
7873 j, counts[j], (counts[j] * 100.0) / ngnubuckets, in process_symbol_table()