Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dmodule.c2029 static const struct kernel_symbol *lookup_symbol(const char *name, in lookup_symbol() function
2045 ks = lookup_symbol(name, __start___ksymtab, __stop___ksymtab); in is_exported()
2047 ks = lookup_symbol(name, mod->syms, mod->syms + mod->num_syms); in is_exported()