Searched refs:lookup_symbol (Results 1 – 1 of 1) sorted by relevance
2172 static const struct kernel_symbol *lookup_symbol(const char *name, in lookup_symbol() function2185 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()