Lines Matching defs:hashtab
170 const Elf_Symindx *hashtab = (const Elf_Symindx *)
173 if (hashtab[0] > UINT32_MAX)
176 nbuckets = hashtab[0];
178 obj->nchains = (nchains = hashtab[1]);
179 obj->buckets = hashtab + 2;
205 const Elf_Symindx *hashtab = (const Elf_Symindx *)
208 if (hashtab[0] > UINT32_MAX)
211 nbuckets = hashtab[0];
214 nmaskwords = hashtab[2];
217 obj->buckets_gnu = (const uint32_t *)(hashtab + 4 + bloom_size32);
228 obj->symndx_gnu = (symndx = hashtab[1]);
229 obj->shift2_gnu = hashtab[3];
230 obj->bloom_gnu = (const Elf_Addr *)(hashtab + 4);