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

/external/elfutils/0.153/src/
H A Dstrip.c1475 Elf32_Word nbucket = bucket[0]; local
1477 Elf32_Word *chain = bucket + nbucket;
1480 hashd->d_size = ((2 + symd->d_size / elsize + nbucket)
1486 (symd->d_size / elsize + nbucket)
1499 size_t hidx = elf_hash (name) % nbucket;
1529 Elf64_Xword nbucket = bucket[0]; local
1531 Elf64_Xword *chain = bucket + nbucket;
1534 hashd->d_size = ((2 + symd->d_size / elsize + nbucket)
1540 (symd->d_size / elsize + nbucket)
1553 size_t hidx = elf_hash (name) % nbucket;
[all...]
H A Delflint.c1939 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; local
1942 if (shdr->sh_size < (2 + nbucket + nchain) * shdr->sh_entsize)
1946 (long int) ((2 + nbucket + nchain) * shdr->sh_entsize));
1962 for (cnt = 2; cnt < 2 + nbucket; ++cnt)
1968 for (; cnt < 2 + nbucket + nchain; ++cnt)
1972 idx, section_name (ebl, idx), cnt - 2 - nbucket);
1980 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; local
1983 if (shdr->sh_size < (2 + nbucket + nchain) * shdr->sh_entsize)
1987 (long int) ((2 + nbucket + nchain) * shdr->sh_entsize));
2003 for (cnt = 2; cnt < 2 + nbucket;
2290 Elf32_Word nbucket = hasharr[0]; local
2307 Elf64_Xword nbucket = hasharr[0]; local
[all...]
H A Dldgeneric.c4051 size_t nbucket = 0; local
4061 nbucket = 1;
4063 nbucket = optimal_bucket_size (hashcodes, nsym_dyn, ld_state.optlevel);
4076 hashdata->d_size = (2 + nsym_dyn + nbucket) * sizeof (Elf32_Word);
4082 ((Elf32_Word *) hashdata->d_buf)[0] = nbucket;
4085 chain = &((Elf32_Word *) hashdata->d_buf)[2 + nbucket];
4091 size_t hashidx = hashcodes[dynidx] % nbucket;
H A Dreadelf.c2625 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]; local
2706 Elf32_Word *chain = &((Elf32_Word *) data->d_buf)[2 + nbucket];
2624 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
2745 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; local
2786 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; local
[all...]

Completed in 108 milliseconds