Searched refs:find_symbol (Results 1 – 4 of 4) sorted by relevance
| /scripts/genksyms/ |
| A D | lex.l | 107 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\ 220 if (find_symbol(yytext, SYM_TYPEDEF, 1)) 291 || find_symbol(yytext, SYM_TYPEDEF, 1))
|
| A D | genksyms.h | 56 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
|
| A D | genksyms.c | 153 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() function 571 subsym = find_symbol(cur->string, cur->tag, 0); in expand_and_crc_sym() 588 subsym = find_symbol(cur->string, cur->tag, 0); in expand_and_crc_sym() 644 sym = find_symbol(name, SYM_NORMAL, 0); in export_symbol()
|
| /scripts/mod/ |
| A D | modpost.c | 278 static struct symbol *find_symbol(const char *name) in find_symbol() function 354 struct symbol *s = find_symbol(name); in sym_add_exported() 1738 exp = find_symbol(s->name); in check_exports() 1781 struct symbol *sym = find_symbol(name); in handle_white_list_exports() 1806 sym = find_symbol(s); in keep_no_trim_symbols()
|
Completed in 13 milliseconds