Searched refs:find_symbol (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | genksyms.c | 166 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() function 577 subsym = find_symbol(cur->string, cur->tag, 0); in expand_and_crc_sym() 594 subsym = find_symbol(cur->string, cur->tag, 0); in expand_and_crc_sym() 648 sym = find_symbol(name, SYM_NORMAL, 0); in export_symbol()
|
| H A D | lex.l | 117 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\ 207 if (find_symbol(yytext, SYM_TYPEDEF, 1))
|
| H A D | genksyms.h | 62 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
|
| H A D | lex.c_shipped | 2271 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\ 2361 if (find_symbol(yytext, SYM_TYPEDEF, 1))
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | modpost.c | 213 static struct symbol *find_symbol(const char *name) in find_symbol() function 304 struct symbol *s = find_symbol(name); in sym_add_exported() 329 struct symbol *s = find_symbol(name); in sym_update_crc() 1817 exp = find_symbol(s->name); in check_exports() 1872 exp = find_symbol(s->name); in add_versions()
|