Searched refs:find_symbol (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | module.c | 598 static const struct kernel_symbol *find_symbol(const char *name, in find_symbol() function 1091 if (!find_symbol(symbol, &owner, NULL, NULL, true, false)) in __symbol_put() 1370 if (!find_symbol("module_layout", NULL, &crc, NULL, true, false)) { in check_modstruct_version() 1482 sym = find_symbol(name, &owner, &crc, &license, in resolve_symbol() 2292 sym = find_symbol(symbol, &owner, NULL, &license, true, true); in __symbol_get() 2346 if (find_symbol(kernel_symbol_name(s), &owner, NULL, in verify_exported_symbols()
|