Searched refs:exact (Results 1 – 2 of 2) sorted by relevance
53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
152 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() argument163 if (exact && sym && sym->type != ns) in find_symbol()