Searched refs:symbol_hash (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dlkc_proto.h17 P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]);
H A Dexpr.h79 #define for_all_symbols(i, sym) for (i = 0; i < 257; i++) for (sym = symbol_hash[i]; sym; sym = sym->next) if (sym->type != S_OTHER)
H A Dsymbol.c665 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) {
686 symbol->next = symbol_hash[hash];
687 symbol_hash[hash] = symbol;
712 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) {
H A Dzconf.y32 struct symbol *symbol_hash[257];
H A Dzconf.tab.c167 struct symbol *symbol_hash[257]; variable in typeref:struct:symbol
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dlkc_proto.h16 P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]);
H A Dsymbol.c538 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) {
561 symbol->next = symbol_hash[hash];
562 symbol_hash[hash] = symbol;
588 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) {
H A Dexpr.h99 #define for_all_symbols(i, sym) for (i = 0; i < 257; i++) for (sym = symbol_hash[i]; sym; sym = sym->next) if (sym->type != S_OTHER)
H A Dzconf.y26 struct symbol *symbol_hash[257];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dlkc_proto.h27 P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]);
H A Dexpr.h90 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sym; sym = sym->next) if (sym->type != S_OTHER)
H A Dsymbol.c783 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) {
802 symbol->next = symbol_hash[hash];
803 symbol_hash[hash] = symbol;
825 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) {
H A Dzconf.y30 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
H A Dzconf.tab.c107 struct symbol *symbol_hash[SYMBOL_HASHSIZE]; variable in typeref:struct:symbol
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dinsmod.c566 unsigned long (*symbol_hash)(const char *); member in struct:obj_file
2007 f->symbol_hash = hash;
2031 unsigned long hash = f->symbol_hash(name) % HASH_BUCKETS;
2123 unsigned long hash = f->symbol_hash(name) % HASH_BUCKETS;
3339 f->symbol_hash = obj_elf_hash;

Completed in 199 milliseconds