Lines Matching refs:hash
71 /* return value of hash table entry */
84 /* return pointer to hash table entry */
108 /* 64bit s390 and alpha have hash entry size of 8 bytes */
141 ELF(Word) *hash = 0;
159 hash = (ELF(Word) *)
175 if (!vdso_info.symstrings || !vdso_info.symtab || !hash)
182 vdso_info.nbucket = get_hash_val(hash, 0);
183 vdso_info.nchain = get_hash_val(hash, 1);
184 vdso_info.bucket = get_hash_ptr(hash, 2);
185 vdso_info.chain = get_hash_ptr(hash, vdso_info.nbucket + 2);
192 const char *name, ELF(Word) hash)
196 * ver matches name (which hashes to hash).
225 return def->vd_hash == hash