Home
last modified time | relevance | path

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

/Linux-v5.15/scripts/genksyms/
Dlex.l105 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\
212 if (find_symbol(yytext, SYM_TYPEDEF, 1))
287 || 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.15/arch/arm/kernel/
Dvdso.c129 static Elf32_Sym * __init find_symbol(struct elfinfo *lib, const char *symname) in find_symbol() function
153 sym = find_symbol(lib, symname); in vdso_nullpatch_one()
/Linux-v5.15/scripts/mod/
Dmodpost.c258 static struct symbol *find_symbol(const char *name) in find_symbol() function
391 struct symbol *s = find_symbol(symname); in sym_update_namespace()
415 struct symbol *s = find_symbol(name); in sym_add_exported()
434 struct symbol *s = find_symbol(name); in sym_set_crc()
2059 find_symbol(remove_dot(info.strtab + in read_symbols()
2156 exp = find_symbol(s->name); in check_exports()
2259 exp = find_symbol(s->name); in add_versions()
/Linux-v5.15/kernel/
Dmodule.c517 static bool find_symbol(struct find_symbol_arg *fsa) in find_symbol() function
1022 BUG_ON(!find_symbol(&fsa)); in __symbol_put()
1302 if (!find_symbol(&fsa)) { in check_modstruct_version()
1415 if (!find_symbol(&fsa)) in resolve_symbol()
2223 if (!find_symbol(&fsa) || strong_try_module_get(fsa.owner)) { in __symbol_get()
2256 if (find_symbol(&fsa)) { in verify_exported_symbols()