Home | History | Annotate | Download | only in src

Lines Matching refs:nbucket

2465 		 uint_fast32_t maxlength, Elf32_Word nbucket,
2470 for (Elf32_Word cnt = 0; cnt < nbucket; ++cnt)
2478 nbucket),
2481 (int) nbucket,
2493 if (likely (nbucket > 0))
2500 counts[0], (counts[0] * 100.0) / nbucket);
2508 (int) cnt, counts[cnt], (counts[cnt] * 100.0) / nbucket,
2523 (double) nzero_counts / (double) nbucket);
2542 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0];
2545 Elf32_Word *chain = &((Elf32_Word *) data->d_buf)[2 + nbucket];
2547 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t));
2551 for (Elf32_Word cnt = 0; cnt < nbucket; ++cnt)
2564 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms,
2584 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0];
2587 Elf64_Xword *chain = &((Elf64_Xword *) data->d_buf)[2 + nbucket];
2589 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t));
2593 for (Elf64_Xword cnt = 0; cnt < nbucket; ++cnt)
2606 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms,
2625 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0];
2637 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t));
2642 + nbucket];
2647 for (Elf32_Word cnt = 0; cnt < nbucket; ++cnt)
2685 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms,