Lines Matching refs:nbucket

3004 		 uint_fast32_t maxlength, Elf32_Word nbucket,  in print_hash_info()  argument
3009 for (Elf32_Word cnt = 0; cnt < nbucket; ++cnt) in print_hash_info()
3027 nbucket), in print_hash_info()
3030 (int) nbucket, in print_hash_info()
3040 if (likely (nbucket > 0)) in print_hash_info()
3048 counts[0], (counts[0] * 100.0) / nbucket); in print_hash_info()
3056 (int) cnt, counts[cnt], (counts[cnt] * 100.0) / nbucket, in print_hash_info()
3071 (double) nzero_counts / (double) nbucket); in print_hash_info()
3098 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; in handle_sysv_hash() local
3101 uint64_t used_buf = (2ULL + nchain + nbucket) * sizeof (Elf32_Word); in handle_sysv_hash()
3106 Elf32_Word *chain = &((Elf32_Word *) data->d_buf)[2 + nbucket]; in handle_sysv_hash()
3108 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t)); in handle_sysv_hash()
3112 for (Elf32_Word cnt = 0; cnt < nbucket; ++cnt) in handle_sysv_hash()
3125 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_sysv_hash()
3153 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; in handle_sysv_hash64() local
3158 || maxwords - 2 < nbucket in handle_sysv_hash64()
3159 || maxwords - 2 - nbucket < nchain) in handle_sysv_hash64()
3163 Elf64_Xword *chain = &((Elf64_Xword *) data->d_buf)[2 + nbucket]; in handle_sysv_hash64()
3165 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t)); in handle_sysv_hash64()
3169 for (Elf64_Xword cnt = 0; cnt < nbucket; ++cnt) in handle_sysv_hash64()
3182 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_sysv_hash64()
3211 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; in handle_gnu_hash() local
3229 uint64_t used_buf = (4ULL + bitmask_words + nbucket) * sizeof (Elf32_Word); in handle_gnu_hash()
3234 lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t)); in handle_gnu_hash()
3239 + nbucket]; in handle_gnu_hash()
3244 for (Elf32_Word cnt = 0; cnt < nbucket; ++cnt) in handle_gnu_hash()
3284 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_gnu_hash()