Home
last modified time | relevance | path

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

/kernel/
Dmodule.c433 const struct kernel_symbol *find_symbol(const char *name, in find_symbol() function
456 EXPORT_SYMBOL_GPL(find_symbol);
904 if (!find_symbol(symbol, &owner, NULL, true, false)) in __symbol_put()
1188 if (!find_symbol(VMLINUX_SYMBOL_STR(module_layout), NULL, in check_modstruct_version()
1243 sym = find_symbol(name, &owner, &crc, in resolve_symbol()
1897 sym = find_symbol(symbol, &owner, NULL, true, true); in __symbol_get()
1932 if (find_symbol(s->name, &owner, NULL, true, false)) { in verify_export_symbols()