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)?\
208 if (find_symbol(yytext, SYM_TYPEDEF, 1))
284 || 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.c248 static struct symbol *find_symbol(const char *name) in find_symbol() function
396 struct symbol *s = find_symbol(symname); in sym_update_namespace()
420 struct symbol *s = find_symbol(name); in sym_add_exported()
438 struct symbol *s = find_symbol(name); in sym_set_crc()
2085 find_symbol(remove_dot(info.strtab + in read_symbols()
2205 exp = find_symbol(s->name); in check_exports()
2321 exp = find_symbol(s->name); in add_versions()