Searched refs:sym_find_with_module (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/mod/
H A Dmodpost.c270 static struct symbol *sym_find_with_module(const char *name, struct module *mod) function
287 return sym_find_with_module(name, NULL);
1573 * sym_find_with_module() may return NULL here.
1578 sym = sym_find_with_module(name, mod);

Completed in 224 milliseconds