Lines Matching refs:nbucket
3118 uint_fast32_t maxlength, Elf32_Word nbucket, in print_hash_info() argument
3123 for (Elf32_Word cnt = 0; cnt < nbucket; ++cnt) in print_hash_info()
3141 nbucket), in print_hash_info()
3144 (int) nbucket, in print_hash_info()
3154 if (likely (nbucket > 0)) in print_hash_info()
3162 counts[0], (counts[0] * 100.0) / nbucket); in print_hash_info()
3170 (int) cnt, counts[cnt], (counts[cnt] * 100.0) / nbucket, in print_hash_info()
3185 (double) nzero_counts / (double) nbucket); in print_hash_info()
3212 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; in handle_sysv_hash() local
3215 uint64_t used_buf = (2ULL + nchain + nbucket) * sizeof (Elf32_Word); in handle_sysv_hash()
3220 Elf32_Word *chain = &((Elf32_Word *) data->d_buf)[2 + nbucket]; in handle_sysv_hash()
3222 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t)); in handle_sysv_hash()
3226 for (Elf32_Word cnt = 0; cnt < nbucket; ++cnt) in handle_sysv_hash()
3248 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_sysv_hash()
3276 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; in handle_sysv_hash64() local
3281 || maxwords - 2 < nbucket in handle_sysv_hash64()
3282 || maxwords - 2 - nbucket < nchain) in handle_sysv_hash64()
3286 Elf64_Xword *chain = &((Elf64_Xword *) data->d_buf)[2 + nbucket]; in handle_sysv_hash64()
3288 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t)); in handle_sysv_hash64()
3292 for (Elf64_Xword cnt = 0; cnt < nbucket; ++cnt) in handle_sysv_hash64()
3314 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_sysv_hash64()
3343 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; in handle_gnu_hash() local
3361 uint64_t used_buf = (4ULL + bitmask_words + nbucket) * sizeof (Elf32_Word); in handle_gnu_hash()
3366 lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t)); in handle_gnu_hash()
3371 + nbucket]; in handle_gnu_hash()
3376 for (Elf32_Word cnt = 0; cnt < nbucket; ++cnt) in handle_gnu_hash()
3416 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_gnu_hash()