Searched refs:find_symbol (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/scripts/genksyms/ |
| D | lex.l | 105 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\ 208 if (find_symbol(yytext, SYM_TYPEDEF, 1)) 284 || find_symbol(yytext, SYM_TYPEDEF, 1))
|
| D | genksyms.h | 53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
|
| D | genksyms.c | 154 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.4/arch/arm/kernel/ |
| D | vdso.c | 134 static Elf32_Sym * __init find_symbol(struct elfinfo *lib, const char *symname) in find_symbol() function 158 sym = find_symbol(lib, symname); in vdso_nullpatch_one()
|
| /Linux-v5.4/scripts/mod/ |
| D | modpost.c | 226 static struct symbol *find_symbol(const char *name) in find_symbol() function 360 struct symbol *s = find_symbol(symname); in sym_update_namespace() 384 struct symbol *s = find_symbol(name); in sym_add_exported() 408 struct symbol *s = find_symbol(name); in sym_update_crc() 2073 find_symbol(remove_dot(info.strtab + in read_symbols() 2200 exp = find_symbol(s->name); in check_exports() 2313 exp = find_symbol(s->name); in add_versions()
|
| /Linux-v5.4/kernel/ |
| D | module.c | 583 const struct kernel_symbol *find_symbol(const char *name, in find_symbol() function 606 EXPORT_SYMBOL_GPL(find_symbol); 1072 if (!find_symbol(symbol, &owner, NULL, true, false)) in __symbol_put() 1351 if (!find_symbol("module_layout", NULL, &crc, true, false)) { in check_modstruct_version() 1444 sym = find_symbol(name, &owner, &crc, in resolve_symbol() 2240 sym = find_symbol(symbol, &owner, NULL, true, true); in __symbol_get() 2275 if (find_symbol(kernel_symbol_name(s), &owner, NULL, in verify_exported_symbols()
|
| /Linux-v5.4/include/linux/ |
| D | module.h | 577 const struct kernel_symbol *find_symbol(const char *name,
|