Searched refs:sym_entry (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dsym.c59 register struct hash_entry *sym_entry = table[hash_val]; local
63 while ( sym_entry )
65 if ( ! strcmp( sym, sym_entry->name ) )
70 sym_entry = sym_entry->next;
140 register struct hash_entry *sym_entry = local
143 while ( sym_entry )
145 if ( ! strcmp( sym, sym_entry->name ) )
146 return sym_entry;
147 sym_entry
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dsym.c59 register struct hash_entry *sym_entry = table[hash_val]; local
63 while ( sym_entry )
65 if ( ! strcmp( sym, sym_entry->name ) )
70 sym_entry = sym_entry->next;
140 register struct hash_entry *sym_entry = local
143 while ( sym_entry )
145 if ( ! strcmp( sym, sym_entry->name ) )
146 return sym_entry;
147 sym_entry
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dkallsyms.c32 struct sym_entry { struct
54 static struct sym_entry *table;
102 static int read_symbol(FILE *in, struct sym_entry *s)
164 static int symbol_valid_tr(struct sym_entry *s)
179 static int symbol_valid(struct sym_entry *s)
552 static int may_be_linker_script_provide_symbol(const struct sym_entry *se)
598 const struct sym_entry *sa;
599 const struct sym_entry *sb;
635 qsort(table, table_cnt, sizeof(struct sym_entry), compare_symbols);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-top.c100 struct sym_entry *sym_filter_entry = NULL;
101 struct sym_entry *sym_filter_entry_sched = NULL;
118 struct sym_entry { struct
135 static inline struct symbol *sym_entry__symbol(struct sym_entry *self)
176 static int parse_source(struct sym_entry *syme)
261 static void __zero_source_counters(struct sym_entry *syme)
274 static void record_precise_ip(struct sym_entry *syme, int counter, u64 ip)
304 static void lookup_sym_source(struct sym_entry *syme)
339 static void show_details(struct sym_entry *syme)
407 static double sym_weight(const struct sym_entry *sy
[all...]

Completed in 152 milliseconds