Home
last modified time | relevance | path

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

/scripts/genksyms/
Dgenksyms.h61 struct symbol *find_symbol(const char *name, enum symbol_type ns);
Dgenksyms.c150 struct symbol *find_symbol(const char *name, enum symbol_type ns) in find_symbol() function
472 subsym = find_symbol(cur->string, cur->tag); in expand_and_crc_sym()
489 subsym = find_symbol(cur->string, cur->tag); in expand_and_crc_sym()
568 sym = find_symbol(name, SYM_NORMAL); in export_symbol()
Dlex.l201 struct symbol *sym = find_symbol(yytext, SYM_TYPEDEF);
Dlex.c_shipped2361 struct symbol *sym = find_symbol(yytext, SYM_TYPEDEF);
/scripts/mod/
Dmodpost.c201 static struct symbol *find_symbol(const char *name) in find_symbol() function
270 struct symbol *s = find_symbol(name); in sym_add_exported()
295 struct symbol *s = find_symbol(name); in sym_update_crc()
1688 exp = find_symbol(s->name); in check_exports()
1743 exp = find_symbol(s->name); in add_versions()