Searched refs:find_kallsyms_symbol_value (Results 1 – 1 of 1) sorted by relevance
4228 static unsigned long find_kallsyms_symbol_value(struct module *mod, const char *name) in find_kallsyms_symbol_value() function4254 ret = find_kallsyms_symbol_value(mod, colon+1); in module_kallsyms_lookup_name()4259 if ((ret = find_kallsyms_symbol_value(mod, name)) != 0) in module_kallsyms_lookup_name()4303 mod->cfi_check = (cfi_check_fn)find_kallsyms_symbol_value(mod, in cfi_init()