Searched defs:nbucket (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/src/
H A Dstrip.c1571 Elf32_Word nbucket = bucket[0]; local
1572 uint64_t used_buf = ((2ULL + nchain + nbucket)
1580 Elf32_Word *chain = bucket + nbucket;
1583 size_t n_size = ((2 + symd->d_size / elsize + nbucket)
1591 (symd->d_size / elsize + nbucket)
1603 elf_assert (name != NULL && nbucket != 0);
1604 size_t hidx = elf_hash (name) % nbucket;
1631 Elf64_Xword nbucket = bucket[0]; local
1635 && maxwords - 2 >= nbucket
1636 && maxwords - 2 - nbucket >
[all...]
H A Delflint.c2005 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; local
2008 if (shdr->sh_size < (2 + nbucket + nchain) * shdr->sh_entsize)
2012 (long int) ((2 + nbucket + nchain) * shdr->sh_entsize));
2030 for (cnt = 2; cnt < 2 + nbucket; ++cnt)
2040 for (; cnt < 2 + nbucket + nchain; ++cnt)
2047 idx, section_name (ebl, idx), cnt - 2 - nbucket);
2056 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; local
2059 if (shdr->sh_size < (2 + nbucket + nchain) * shdr->sh_entsize)
2063 (long int) ((2 + nbucket + nchain) * shdr->sh_entsize));
2081 for (cnt = 2; cnt < 2 + nbucket;
2461 Elf32_Word nbucket = hasharr[0]; local
2496 Elf64_Xword nbucket = hasharr[0]; local
[all...]
H A Dldgeneric.c4043 size_t nbucket = 0; local
4053 nbucket = 1;
4055 nbucket = optimal_bucket_size (hashcodes, nsym_dyn, ld_state.optlevel);
4068 hashdata->d_size = (2 + nsym_dyn + nbucket) * sizeof (Elf32_Word);
4074 ((Elf32_Word *) hashdata->d_buf)[0] = nbucket;
4077 chain = &((Elf32_Word *) hashdata->d_buf)[2 + nbucket];
4083 size_t hashidx = hashcodes[dynidx] % nbucket;
H A Dreadelf.c3004 uint_fast32_t maxlength, Elf32_Word nbucket,
3009 for (Elf32_Word cnt = 0; cnt < nbucket; ++cnt)
3027 nbucket),
3030 (int) nbucket,
3040 if (likely (nbucket > 0))
3048 counts[0], (counts[0] * 100.0) / nbucket);
3056 (int) cnt, counts[cnt], (counts[cnt] * 100.0) / nbucket,
3071 (double) nzero_counts / (double) nbucket);
3098 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; local
3101 uint64_t used_buf = (2ULL + nchain + nbucket) * sizeo
3003 print_hash_info(Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr, size_t shstrndx, uint_fast32_t maxlength, Elf32_Word nbucket, uint_fast32_t nsyms, uint32_t *lengths, const char *extrastr) argument
3153 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; local
3211 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; local
[all...]

Completed in 56 milliseconds