Searched refs:findsym (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dsym.c43 struct hash_entry *findsym();
124 return findsym( (char *) ccltxt, ccltab, CCL_HASH_SIZE )->int_val;
128 /* findsym - find symbol in symbol table */
130 struct hash_entry *findsym( sym, table, table_size ) function
200 return (Char *) findsym( nd, ndtbl, NAME_TABLE_HASH_SIZE )->str_val;
261 return findsym( str, sctbl, START_COND_HASH_SIZE )->int_val;
H A Dflexdef.h1008 extern struct hash_entry *findsym PROTO((register char[], hash_table, int ));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dunifdef.c202 static int findsym(const char *);
554 if ((cursym = findsym(cp)) < 0)
697 sym = findsym(cp);
708 sym = findsym(cp);
898 findsym(const char *str) function
913 debug("findsym %s %s", symname[symind],
930 symind = findsym(sym);

Completed in 120 milliseconds