Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/mod/
Dmodpost.c270 static struct symbol *sym_find_with_module(const char *name, struct module *mod) in sym_find_with_module() function
287 return sym_find_with_module(name, NULL); in find_symbol()
1737 sym = sym_find_with_module(name, mod); in extract_crcs_for_object()