Home | History | Annotate | Download | only in src

Lines Matching refs:nbucket

2625 		 uint_fast32_t maxlength, Elf32_Word nbucket,
2630 for (Elf32_Word cnt = 0; cnt < nbucket; ++cnt)
2638 nbucket),
2641 (int) nbucket,
2653 if (likely (nbucket > 0))
2661 counts[0], (counts[0] * 100.0) / nbucket);
2669 (int) cnt, counts[cnt], (counts[cnt] * 100.0) / nbucket,
2684 (double) nzero_counts / (double) nbucket);
2703 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0];
2706 Elf32_Word *chain = &((Elf32_Word *) data->d_buf)[2 + nbucket];
2708 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t));
2712 for (Elf32_Word cnt = 0; cnt < nbucket; ++cnt)
2725 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms,
2745 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0];
2748 Elf64_Xword *chain = &((Elf64_Xword *) data->d_buf)[2 + nbucket];
2750 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t));
2754 for (Elf64_Xword cnt = 0; cnt < nbucket; ++cnt)
2767 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms,
2786 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0];
2798 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t));
2803 + nbucket];
2808 for (Elf32_Word cnt = 0; cnt < nbucket; ++cnt)
2846 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms,