Home
last modified time | relevance | path

Searched refs:find_symbol (Results 1 – 4 of 4) sorted by relevance

/scripts/genksyms/
Dlex.l105 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\
212 if (find_symbol(yytext, SYM_TYPEDEF, 1))
287 || find_symbol(yytext, SYM_TYPEDEF, 1))
Dgenksyms.h53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
Dgenksyms.c154 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() function
567 subsym = find_symbol(cur->string, cur->tag, 0); in expand_and_crc_sym()
584 subsym = find_symbol(cur->string, cur->tag, 0); in expand_and_crc_sym()
638 sym = find_symbol(name, SYM_NORMAL, 0); in export_symbol()
/scripts/mod/
Dmodpost.c289 static struct symbol *find_symbol(const char *name) in find_symbol() function
360 struct symbol *s = find_symbol(symname); in sym_update_namespace()
379 struct symbol *s = find_symbol(name); in sym_add_exported()
1883 exp = find_symbol(s->name); in check_exports()