nbuckets          129 dlsym_default.c     uint32_t nbuckets = ((uint32_t*)hash_table)[0];
nbuckets          135 dlsym_default.c     if (buckets[elf_gnu_hash(name) % nbuckets])
nbuckets          136 dlsym_default.c       return buckets[elf_gnu_hash(name) % nbuckets];
nbuckets          153 dlsym_default.c     uint32_t nbuckets = ((uint32_t*)hash_table)[0];
nbuckets          159 dlsym_default.c        + nbuckets*sizeof(Elf32_Word) /* sizeof hash buckets */