Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/mod/
Dmodpost.c279 static struct symbol *sym_find_with_module(const char *name, struct module *mod) in sym_find_with_module() function
296 return sym_find_with_module(name, NULL); in find_symbol()
1669 sym = sym_find_with_module(name, mod); in extract_crcs_for_object()