Home | History | Annotate | Download | only in src

Lines Matching full:bucket

3542       /* Determine how often each hash bucket is used.  */
3885 that all symbols with the same hash value module the bucket table
3901 /* Determine the "optimal" bucket size. */
4044 Elf32_Word *bucket = NULL;
4048 /* Determine the "optimal" bucket size. If we also generate the
4076 bucket = &((Elf32_Word *) hashdata->d_buf)[2];
4084 if (bucket[hashidx] == 0)
4085 bucket[hashidx] = dynidx;
4088 hashidx = bucket[hashidx];