Searched refs:find_symbol (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/scripts/genksyms/ |
D | lex.l | 117 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\ 220 if (find_symbol(yytext, SYM_TYPEDEF, 1)) 296 || find_symbol(yytext, SYM_TYPEDEF, 1))
|
D | genksyms.h | 64 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
|
D | genksyms.c | 165 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() function 578 subsym = find_symbol(cur->string, cur->tag, 0); in expand_and_crc_sym() 595 subsym = find_symbol(cur->string, cur->tag, 0); in expand_and_crc_sym() 649 sym = find_symbol(name, SYM_NORMAL, 0); in export_symbol()
|
/Linux-v4.19/arch/arm/kernel/ |
D | vdso.c | 145 static Elf32_Sym * __init find_symbol(struct elfinfo *lib, const char *symname) in find_symbol() function 169 sym = find_symbol(lib, symname); in vdso_nullpatch_one()
|
/Linux-v4.19/scripts/mod/ |
D | modpost.c | 222 static struct symbol *find_symbol(const char *name) in find_symbol() function 323 struct symbol *s = find_symbol(name); in sym_add_exported() 348 struct symbol *s = find_symbol(name); in sym_update_crc() 2092 exp = find_symbol(s->name); in check_exports() 2180 exp = find_symbol(s->name); in add_versions()
|
/Linux-v4.19/kernel/ |
D | module.c | 576 const struct kernel_symbol *find_symbol(const char *name, in find_symbol() function 599 EXPORT_SYMBOL_GPL(find_symbol); 1065 if (!find_symbol(symbol, &owner, NULL, true, false)) in __symbol_put() 1342 if (!find_symbol("module_layout", NULL, &crc, true, false)) { in check_modstruct_version() 1400 sym = find_symbol(name, &owner, &crc, in resolve_symbol() 2186 sym = find_symbol(symbol, &owner, NULL, true, true); in __symbol_get() 2221 if (find_symbol(kernel_symbol_name(s), &owner, NULL, in verify_export_symbols()
|
/Linux-v4.19/include/linux/ |
D | module.h | 545 const struct kernel_symbol *find_symbol(const char *name,
|