Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/genksyms/
Dlex.l105 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\
208 if (find_symbol(yytext, SYM_TYPEDEF, 1))
284 || find_symbol(yytext, SYM_TYPEDEF, 1))
Dgenksyms.h53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
Dgenksyms.c154 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() function
567 subsym = find_symbol(cur->string, cur->tag, 0); in expand_and_crc_sym()
584 subsym = find_symbol(cur->string, cur->tag, 0); in expand_and_crc_sym()
638 sym = find_symbol(name, SYM_NORMAL, 0); in export_symbol()
/Linux-v5.10/arch/arm/kernel/
Dvdso.c138 static Elf32_Sym * __init find_symbol(struct elfinfo *lib, const char *symname) in find_symbol() function
162 sym = find_symbol(lib, symname); in vdso_nullpatch_one()
/Linux-v5.10/scripts/mod/
Dmodpost.c251 static struct symbol *find_symbol(const char *name) in find_symbol() function
399 struct symbol *s = find_symbol(symname); in sym_update_namespace()
423 struct symbol *s = find_symbol(name); in sym_add_exported()
442 struct symbol *s = find_symbol(name); in sym_set_crc()
2063 find_symbol(remove_dot(info.strtab + in read_symbols()
2184 exp = find_symbol(s->name); in check_exports()
2298 exp = find_symbol(s->name); in add_versions()
/Linux-v5.10/kernel/
Dmodule.c591 static const struct kernel_symbol *find_symbol(const char *name, in find_symbol() function
1084 if (!find_symbol(symbol, &owner, NULL, NULL, true, false)) in __symbol_put()
1362 if (!find_symbol("module_layout", NULL, &crc, NULL, true, false)) { in check_modstruct_version()
1474 sym = find_symbol(name, &owner, &crc, &license, in resolve_symbol()
2272 sym = find_symbol(symbol, &owner, NULL, NULL, true, true); in __symbol_get()
2307 if (find_symbol(kernel_symbol_name(s), &owner, NULL, in verify_exported_symbols()