Searched refs:find_symbol (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/scripts/genksyms/ |
| H A D | lex.l | 107 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\ 220 if (find_symbol(yytext, SYM_TYPEDEF, 1)) 291 || find_symbol(yytext, SYM_TYPEDEF, 1))
|
| H A D | genksyms.h | 56 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
|
| H A D | genksyms.c | 153 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() function 558 subsym = find_symbol(cur->string, cur->tag, 0); in expand_and_crc_sym() 575 subsym = find_symbol(cur->string, cur->tag, 0); in expand_and_crc_sym() 631 sym = find_symbol(name, SYM_NORMAL, 0); in export_symbol()
|
| /linux-6.15/kernel/ |
| H A D | kallsyms_selftest.c | 190 static int find_symbol(void *data, const char *name, unsigned long addr) in find_symbol() function 220 kallsyms_on_each_symbol(find_symbol, &stat); in test_perf_kallsyms_on_each_symbol() 287 kallsyms_on_each_symbol(find_symbol, stat); in test_kallsyms_basic_function() 341 kallsyms_on_each_symbol(find_symbol, stat2); in test_kallsyms_basic_function()
|
| /linux-6.15/tools/testing/selftests/module/ |
| H A D | Makefile | 7 TEST_PROGS := find_symbol.sh
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | vdso.c | 116 static Elf32_Sym * __init find_symbol(struct elfinfo *lib, const char *symname) in find_symbol() function 140 sym = find_symbol(lib, symname); in vdso_nullpatch_one()
|
| /linux-6.15/kernel/module/ |
| H A D | version.c | 90 have_symbol = find_symbol(&fsa); in check_modstruct_version()
|
| H A D | internal.h | 114 bool find_symbol(struct find_symbol_arg *fsa);
|
| H A D | main.c | 336 bool find_symbol(struct find_symbol_arg *fsa) in find_symbol() function 810 BUG_ON(!find_symbol(&fsa)); in __symbol_put() 1152 if (!find_symbol(&fsa)) in resolve_symbol() 1358 if (!find_symbol(&fsa)) in __symbol_get() 1396 if (find_symbol(&fsa)) { in verify_exported_symbols()
|
| /linux-6.15/scripts/mod/ |
| H A D | modpost.c | 276 static struct symbol *find_symbol(const char *name) in find_symbol() function 352 struct symbol *s = find_symbol(name); in sym_add_exported() 1693 exp = find_symbol(s->name); in check_exports() 1735 struct symbol *sym = find_symbol(name); in handle_white_list_exports() 1760 sym = find_symbol(s); in keep_no_trim_symbols()
|
| /linux-6.15/lib/ |
| H A D | Kconfig.debug | 3017 tristate "module kallsyms find_symbol() test" 3026 This allows us to stress test find_symbol() through the kallsyms 3037 We stress test find_symbol() through two means: 3042 load. This will eventually call find_symbol() which will eventually 3063 tools/testing/selftests/module/find_symbol.sh 3067 stress test find_symbol() with thousands of symbols. At the same
|