• Home
  • Raw
  • Download

Lines Matching full:nbucket

3157 		 uint_fast32_t maxlength, Elf32_Word nbucket,  in print_hash_info()  argument
3162 for (Elf32_Word cnt = 0; cnt < nbucket; ++cnt) in print_hash_info()
3180 nbucket), in print_hash_info()
3183 (int) nbucket, in print_hash_info()
3193 if (likely (nbucket > 0)) in print_hash_info()
3201 counts[0], (counts[0] * 100.0) / nbucket); in print_hash_info()
3209 (int) cnt, counts[cnt], (counts[cnt] * 100.0) / nbucket, in print_hash_info()
3224 (double) nzero_counts / (double) nbucket); in print_hash_info()
3251 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; in handle_sysv_hash() local
3254 uint64_t used_buf = (2ULL + nchain + nbucket) * sizeof (Elf32_Word); in handle_sysv_hash()
3259 Elf32_Word *chain = &((Elf32_Word *) data->d_buf)[2 + nbucket]; in handle_sysv_hash()
3261 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t)); in handle_sysv_hash()
3265 for (Elf32_Word cnt = 0; cnt < nbucket; ++cnt) in handle_sysv_hash()
3287 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_sysv_hash()
3315 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; in handle_sysv_hash64() local
3320 || maxwords - 2 < nbucket in handle_sysv_hash64()
3321 || maxwords - 2 - nbucket < nchain) in handle_sysv_hash64()
3325 Elf64_Xword *chain = &((Elf64_Xword *) data->d_buf)[2 + nbucket]; in handle_sysv_hash64()
3327 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t)); in handle_sysv_hash64()
3331 for (Elf64_Xword cnt = 0; cnt < nbucket; ++cnt) in handle_sysv_hash64()
3353 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_sysv_hash64()
3382 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; in handle_gnu_hash() local
3400 uint64_t used_buf = (4ULL + bitmask_words + nbucket) * sizeof (Elf32_Word); in handle_gnu_hash()
3405 lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t)); in handle_gnu_hash()
3410 + nbucket]; in handle_gnu_hash()
3415 for (Elf32_Word cnt = 0; cnt < nbucket; ++cnt) in handle_gnu_hash()
3455 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_gnu_hash()