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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dunifdef.c199 static int findsym(const char *);
574 if ((cursym = findsym(cp)) < 0)
765 sym = findsym(cp);
779 sym = findsym(cp);
1002 findsym(const char *str) function
1017 debug("findsym %s %s", symname[symind],
1034 symind = findsym(sym);

Completed in 176 milliseconds