Home
last modified time | relevance | path

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

/scripts/genksyms/
Dlex.l117 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\
215 if (find_symbol(yytext, SYM_TYPEDEF, 1))
Dgenksyms.h64 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
Dgenksyms.c166 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()
Dlex.lex.c_shipped1927 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\
2024 if (find_symbol(yytext, SYM_TYPEDEF, 1))
/scripts/mod/
Dmodpost.c214 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()