Lines Matching refs:name
58 static unsigned long elf_hash(const unsigned char *name)
61 while (*name)
63 h = (h << 4) + *name++;
192 const char *name, ELF(Word) hash)
196 * ver matches name (which hashes to hash).
226 && !strcmp(name, vdso_info.symstrings + aux->vda_name);
229 void *vdso_sym(const char *version, const char *name)
237 elf_hash((const void*)name) % vdso_info.nbucket);
242 /* Check for a defined global or weak function w/ right name. */
250 if (strcmp(name, vdso_info.symstrings + sym->st_name))