Lines Matching refs:name
59 static unsigned long elf_hash(const unsigned char *name)
62 while (*name)
64 h = (h << 4) + *name++;
163 const char *name, ELF(Word) hash)
167 * ver matches name (which hashes to hash).
197 && !strcmp(name, vdso_info.symstrings + aux->vda_name);
200 void *vdso_sym(const char *version, const char *name)
207 ELF(Word) chain = vdso_info.bucket[elf_hash(name) % vdso_info.nbucket];
212 /* Check for a defined global or weak function w/ right name. */
220 if (strcmp(name, vdso_info.symstrings + sym->st_name))