Home
last modified time | relevance | path

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

/linux-6.15/scripts/mod/
H A Dmodpost.c261 static struct symbol *sym_find_with_module(const char *name, struct module *mod) in sym_find_with_module() function
278 return sym_find_with_module(name, NULL); in find_symbol()
1519 sym = sym_find_with_module(name, mod); in extract_crcs_for_object()