Searched refs:find_symbol (Results 1 – 5 of 5) sorted by relevance
/scripts/genksyms/ |
D | lex.l | 117 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\ 215 if (find_symbol(yytext, SYM_TYPEDEF, 1))
|
D | genksyms.h | 64 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
|
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()
|
D | lex.lex.c_shipped | 1927 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\ 2024 if (find_symbol(yytext, SYM_TYPEDEF, 1))
|
/scripts/mod/ |
D | modpost.c | 214 static struct symbol *find_symbol(const char *name) in find_symbol() function 305 struct symbol *s = find_symbol(name); in sym_add_exported() 330 struct symbol *s = find_symbol(name); in sym_update_crc() 1864 exp = find_symbol(s->name); in check_exports() 1925 exp = find_symbol(s->name); in add_versions()
|