Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dmodule.c2172 static const struct kernel_symbol *lookup_symbol(const char *name, in lookup_symbol() function
2185 ks = lookup_symbol(name, __start___ksymtab, __stop___ksymtab); in is_exported()
2187 ks = lookup_symbol(name, mod->syms, mod->syms + mod->num_syms); in is_exported()