Home
last modified time | relevance | path

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

/openbmc/linux/kernel/module/
H A Dkallsyms.c16 static const struct kernel_symbol *lookup_exported_symbol(const char *name, in lookup_exported_symbol() function
30 ks = lookup_exported_symbol(name, __start___ksymtab, __stop___ksymtab); in is_exported()
32 ks = lookup_exported_symbol(name, mod->syms, mod->syms + mod->num_syms); in is_exported()