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

/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);
1568 * sym_find_with_module() may return NULL here.
1573 sym = sym_find_with_module(name, mod);

Completed in 315 milliseconds