Home
last modified time | relevance | path

Searched refs:symbol_hash (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/scripts/kconfig/
Dlkc_proto.h16 extern struct symbol * symbol_hash[SYMBOL_HASHSIZE];
Dsymbol.c823 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) { in sym_lookup()
842 symbol->next = symbol_hash[hash]; in sym_lookup()
843 symbol_hash[hash] = symbol; in sym_lookup()
865 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) { in sym_find()
Dexpr.h134 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy…
Dparser.y29 struct symbol *symbol_hash[SYMBOL_HASHSIZE]; variable
/Linux-v5.10/tools/objtool/
Delf.h87 DECLARE_HASHTABLE(symbol_hash, ELF_HASH_BITS);
Delf.c157 elf_hash_for_each_possible(elf->symbol_hash, sym, hash, idx) in find_symbol_by_index()
423 elf_hash_add(elf->symbol_hash, &sym->hash, sym->idx); in read_symbols()
607 elf_hash_init(elf->symbol_hash); in elf_open_read()