Searched refs:find_symbol (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/genksyms/ |
| H A 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))
|
| H A 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()
|
| H A D | genksyms.h | 53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | vdso.c | 138 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()
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | modpost.c | 248 static struct symbol *find_symbol(const char *name) in find_symbol() function 396 struct symbol *s = find_symbol(symname); in sym_update_namespace() 420 struct symbol *s = find_symbol(name); in sym_add_exported() 438 struct symbol *s = find_symbol(name); in sym_set_crc() 2067 find_symbol(remove_dot(info.strtab + in read_symbols() 2187 exp = find_symbol(s->name); in check_exports() 2303 exp = find_symbol(s->name); in add_versions()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | module.c | 598 static const struct kernel_symbol *find_symbol(const char *name, in find_symbol() function 1091 if (!find_symbol(symbol, &owner, NULL, NULL, true, false)) in __symbol_put() 1370 if (!find_symbol("module_layout", NULL, &crc, NULL, true, false)) { in check_modstruct_version() 1482 sym = find_symbol(name, &owner, &crc, &license, in resolve_symbol() 2291 sym = find_symbol(symbol, &owner, NULL, NULL, true, true); in __symbol_get() 2335 if (find_symbol(kernel_symbol_name(s), &owner, NULL, in verify_exported_symbols()
|