Searched refs:find_symbol (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/scripts/genksyms/ |
D | lex.l | 117 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\ 220 if (find_symbol(yytext, SYM_TYPEDEF, 1)) 320 || 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 | 166 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() function 577 subsym = find_symbol(cur->string, cur->tag, 0); in expand_and_crc_sym() 594 subsym = find_symbol(cur->string, cur->tag, 0); in expand_and_crc_sym() 648 sym = find_symbol(name, SYM_NORMAL, 0); in export_symbol()
|
D | lex.lex.c_shipped | 1927 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\ 2029 if (find_symbol(yytext, SYM_TYPEDEF, 1)) 2129 || find_symbol(yytext, SYM_TYPEDEF, 1))
|
/linux-4.4.14/arch/arm/kernel/ |
D | vdso.c | 124 static Elf32_Sym * __init find_symbol(struct elfinfo *lib, const char *symname) in find_symbol() function 148 sym = find_symbol(lib, symname); in vdso_nullpatch_one()
|
/linux-4.4.14/scripts/mod/ |
D | modpost.c | 218 static struct symbol *find_symbol(const char *name) in find_symbol() function 309 struct symbol *s = find_symbol(name); in sym_add_exported() 334 struct symbol *s = find_symbol(name); in sym_update_crc() 2087 exp = find_symbol(s->name); in check_exports() 2153 exp = find_symbol(s->name); in add_versions()
|
/linux-4.4.14/kernel/ |
D | module.c | 583 const struct kernel_symbol *find_symbol(const char *name, in find_symbol() function 606 EXPORT_SYMBOL_GPL(find_symbol); 1053 if (!find_symbol(symbol, &owner, NULL, true, false)) in __symbol_put() 1341 if (!find_symbol(VMLINUX_SYMBOL_STR(module_layout), NULL, in check_modstruct_version() 1405 sym = find_symbol(name, &owner, &crc, in resolve_symbol() 2064 sym = find_symbol(symbol, &owner, NULL, true, true); in __symbol_get() 2099 if (find_symbol(s->name, &owner, NULL, true, false)) { in verify_export_symbols()
|
/linux-4.4.14/include/linux/ |
D | module.h | 544 const struct kernel_symbol *find_symbol(const char *name,
|
/linux-4.4.14/kernel/livepatch/ |
D | core.c | 271 sym = find_symbol(name, NULL, NULL, true, true); in klp_find_external_symbol()
|