Searched refs:hash_add (Results 1 – 10 of 10) sorted by relevance
| /scripts/gendwarfksyms/ |
| D | cache.c | 21 hash_add(cache->cache, &ci->hash, hash_32(key)); in cache_set()
|
| D | symbols.c | 154 hash_add(symbol_names, &sym->name_hash, hash_str(sym->name)); in symbol_read_exports() 290 hash_add(symbol_addrs, &sym->addr_hash, in set_symbol_addr()
|
| D | die.c | 40 hash_add(die_map, &cd->hash, die_hash(cd->addr, state)); in create_die()
|
| D | kabi.c | 237 hash_add(rules, &rule->hash, rule_hash(rule)); in kabi_read_rules()
|
| D | types.c | 129 hash_add(type_map, &e->hash, hash_str(e->name)); in type_map_add()
|
| /scripts/include/ |
| D | hashtable.h | 41 #define hash_add(table, node, key) \ macro
|
| /scripts/kconfig/ |
| D | util.c | 41 hash_add(file_hashtable, &file->node, hash); in file_lookup()
|
| D | symbol.c | 922 hash_add(sym_hashtable, &symbol->node, hash); in sym_lookup()
|
| D | expr.c | 52 hash_add(expr_hashtable, &e->node, hash); in expr_lookup()
|
| /scripts/mod/ |
| D | modpost.c | 257 hash_add(symbol_hashtable, &sym->hnode, tdb_hash(sym->name)); in hash_add_symbol()
|