Home
last modified time | relevance | path

Searched refs:ns (Results 1 – 2 of 2) sorted by relevance

/scripts/genksyms/
Dgenksyms.h64 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
Dgenksyms.c166 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() argument
172 if (map_to_ns(sym->type) == map_to_ns(ns) && in find_symbol()
177 if (exact && sym && sym->type != ns) in find_symbol()