Lines Matching defs:hashtab
183 const Elf_Symindx *hashtab = (const Elf_Symindx *)
186 if (hashtab[0] > UINT32_MAX)
189 nbuckets = hashtab[0];
191 obj->nchains = (nchains = hashtab[1]);
192 obj->buckets = hashtab + 2;
218 const Elf_Symindx *hashtab = (const Elf_Symindx *)
221 if (hashtab[0] > UINT32_MAX)
224 nbuckets = hashtab[0];
227 nmaskwords = hashtab[2];
230 obj->buckets_gnu = (const uint32_t *)(hashtab + 4 + bloom_size32);
241 obj->symndx_gnu = (symndx = hashtab[1]);
242 obj->shift2_gnu = hashtab[3];
243 obj->bloom_gnu = (const Elf_Addr *)(hashtab + 4);