find_symbol       822 kernel/module.c 	if (IS_ERR_VALUE(find_symbol(symbol, &owner, NULL, true, false)))
find_symbol       985 kernel/module.c 	if (IS_ERR_VALUE(find_symbol("struct_module", NULL, &crc, true, false)))
find_symbol      1035 kernel/module.c 	ret = find_symbol(name, &owner, &crc,
find_symbol      1451 kernel/module.c 	value = find_symbol(symbol, &owner, NULL, true, true);
find_symbol      1486 kernel/module.c 			if (!IS_ERR_VALUE(find_symbol(s->name, &owner,
find_symbol       313 scripts/genksyms/genksyms.c 			subsym = find_symbol(cur->string, cur->tag);
find_symbol       329 scripts/genksyms/genksyms.c 			subsym = find_symbol(cur->string, cur->tag);
find_symbol       395 scripts/genksyms/genksyms.c 	sym = find_symbol(name, SYM_NORMAL);
find_symbol        54 scripts/genksyms/genksyms.h struct symbol *find_symbol(const char *name, enum symbol_type ns);
find_symbol       270 scripts/mod/modpost.c 	struct symbol *s = find_symbol(name);
find_symbol       295 scripts/mod/modpost.c 	struct symbol *s = find_symbol(name);
find_symbol      1691 scripts/mod/modpost.c 		exp = find_symbol(s->name);
find_symbol      1738 scripts/mod/modpost.c 		exp = find_symbol(s->name);