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