Home
last modified time | relevance | path

Searched refs:hash_str (Results 1 – 7 of 7) sorted by relevance

/scripts/include/
A Dhash.h5 static inline unsigned int hash_str(const char *s) in hash_str() function
/scripts/kconfig/
A Dutil.c29 int hash = hash_str(name); in file_lookup()
A Dsymbol.c915 hash = hash_str(name); in sym_lookup()
958 hash = hash_str(name); in sym_find()
/scripts/gendwarfksyms/
A Dsymbols.c68 hash_str(name)) { in for_each()
154 hash_add(symbol_names, &sym->name_hash, hash_str(sym->name)); in symbol_read_exports()
A Dtypes.c109 hash_for_each_possible(type_map, e, hash, hash_str(name)) { in __type_map_get()
129 hash_add(type_map, &e->hash, hash_str(e->name)); in type_map_add()
A Dkabi.c95 return hash_32(type) ^ hash_str(target); in rule_values_hash()
/scripts/mod/
A Dmodpost.c250 hash_add(symbol_hashtable, &sym->hnode, hash_str(sym->name)); in hash_add_symbol()
271 hash_for_each_possible(symbol_hashtable, s, hnode, hash_str(name)) { in sym_find_with_module()

Completed in 13 milliseconds