Searched refs:find_symbol (Results 1 – 5 of 5) sorted by relevance
61 struct symbol *find_symbol(const char *name, enum symbol_type ns);
150 struct symbol *find_symbol(const char *name, enum symbol_type ns) in find_symbol() function472 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()
201 struct symbol *sym = find_symbol(yytext, SYM_TYPEDEF);
2361 struct symbol *sym = find_symbol(yytext, SYM_TYPEDEF);
201 static struct symbol *find_symbol(const char *name) in find_symbol() function270 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()