Searched refs:hash_add (Results 1 – 11 of 11) sorted by relevance
| /scripts/gendwarfksyms/ |
| A D | cache.c | 21 hash_add(cache->cache, &ci->hash, hash_32(key)); in cache_set()
|
| A 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()
|
| A D | die.c | 40 hash_add(die_map, &cd->hash, die_hash(cd->addr, state)); in create_die()
|
| A D | kabi.c | 237 hash_add(rules, &rule->hash, rule_hash(rule)); in kabi_read_rules()
|
| A D | types.c | 129 hash_add(type_map, &e->hash, hash_str(e->name)); in type_map_add()
|
| /scripts/include/ |
| A D | hashtable.h | 41 #define hash_add(table, node, key) \ macro
|
| /scripts/kconfig/ |
| A D | util.c | 41 hash_add(file_hashtable, &file->node, hash); in file_lookup()
|
| A D | symbol.c | 938 hash_add(sym_hashtable, &symbol->node, hash); in sym_lookup()
|
| A D | expr.c | 52 hash_add(expr_hashtable, &e->node, hash); in expr_lookup()
|
| /scripts/genksyms/ |
| A D | genksyms.c | 290 hash_add(symbol_hashtable, &sym->hnode, h); in __add_symbol()
|
| /scripts/mod/ |
| A D | modpost.c | 250 hash_add(symbol_hashtable, &sym->hnode, hash_str(sym->name)); in hash_add_symbol()
|
Completed in 22 milliseconds