Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dmodpost.c255 static struct symbol *sym_find_with_module(const char *name, struct module *mod) in sym_find_with_module() function
272 return sym_find_with_module(name, NULL); in find_symbol()
1518 sym = sym_find_with_module(name, mod); in extract_crcs_for_object()