/kernel/linux/linux-6.6/kernel/ |
H A D | kallsyms_selftest.c | 210 static int find_symbol(void *data, const char *name, unsigned long addr) in find_symbol() function 241 kallsyms_on_each_symbol(find_symbol, &stat); in test_perf_kallsyms_on_each_symbol() 308 kallsyms_on_each_symbol(find_symbol, stat); in test_kallsyms_basic_function() 362 kallsyms_on_each_symbol(find_symbol, stat2); in test_kallsyms_basic_function()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | vdso.c | 129 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()
|
/kernel/linux/linux-5.10/scripts/genksyms/ |
H A D | genksyms.h | 53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
|
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()
|
/kernel/linux/linux-6.6/scripts/genksyms/ |
H A D | genksyms.h | 53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
|
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()
|
/kernel/linux/linux-6.6/kernel/module/ |
H A D | version.c | 71 if (!find_symbol(&fsa)) { in check_modstruct_version()
|
H A D | internal.h | 107 bool find_symbol(struct find_symbol_arg *fsa);
|
H A D | main.c | 302 bool find_symbol(struct find_symbol_arg *fsa) in find_symbol() function 784 BUG_ON(!find_symbol(&fsa)); in __symbol_put() 1128 if (!find_symbol(&fsa)) in resolve_symbol() 1298 if (!find_symbol(&fsa)) in __symbol_get() 1339 if (find_symbol(&fsa)) { in verify_exported_symbols()
|
/kernel/linux/linux-5.10/scripts/mod/ |
H A D | modpost.c | 243 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() 2096 find_symbol(remove_dot(info.strtab + in read_symbols() 2217 exp = find_symbol(s->name); in check_exports() 2331 exp = find_symbol(s->name); in add_versions()
|
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | modpost.c | 294 static struct symbol *find_symbol(const char *name) in find_symbol() function 373 struct symbol *s = find_symbol(name); in sym_add_exported() 1828 exp = find_symbol(s->name); in check_exports() 1874 struct symbol *sym = find_symbol(name); in handle_white_list_exports()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | module.c | 595 static const struct kernel_symbol *find_symbol(const char *name, in find_symbol() function 1088 if (!find_symbol(symbol, &owner, NULL, NULL, true, false)) in __symbol_put() 1366 if (!find_symbol("module_layout", NULL, &crc, NULL, true, false)) { in check_modstruct_version() 1478 sym = find_symbol(name, &owner, &crc, &license, in resolve_symbol() 2280 sym = find_symbol(symbol, &owner, NULL, &license, true, true); in __symbol_get() 2334 if (find_symbol(kernel_symbol_name(s), &owner, NULL, in verify_exported_symbols()
|