Home | History | Annotate | Download | only in src

Lines Matching refs:nbucket

1939   Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0];
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];
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; ++cnt)
2009 for (; cnt < 2 + nbucket + nchain; ++cnt)
2013 idx, section_name (ebl, idx), (uint64_t) (cnt - 2 - nbucket));
2290 Elf32_Word nbucket = hasharr[0];
2292 const Elf32_Word *chain = &hasharr[2 + nbucket];
2294 for (Elf32_Word cnt = 0; cnt < nbucket; ++cnt)
2307 Elf64_Xword nbucket = hasharr[0];
2309 const Elf64_Xword *chain = &hasharr[2 + nbucket];
2311 for (Elf64_Xword cnt = 0; cnt < nbucket; ++cnt)