Home
last modified time | relevance | path

Searched refs:find_symbol (Results 1 – 8 of 8) sorted by relevance

/linux/kernel/
H A Dkallsyms_selftest.c190 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/scripts/genksyms/
H A Dlex.l107 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 Dgenksyms.h56 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
H A Dgenksyms.c153 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() function
571 subsym = find_symbol(cur->string, cur->tag, 0); in expand_and_crc_sym()
588 subsym = find_symbol(cur->string, cur->tag, 0); in expand_and_crc_sym()
644 sym = find_symbol(name, SYM_NORMAL, 0); in export_symbol()
/linux/arch/arm/kernel/
H A Dvdso.c114 static Elf32_Sym * __init find_symbol(struct elfinfo *lib, const char *symname) in find_symbol() function
138 sym = find_symbol(lib, symname); in vdso_nullpatch_one()
/linux/kernel/module/
H A Dversion.c90 have_symbol = find_symbol(&fsa); in check_modstruct_version()
H A Dmain.c391 bool find_symbol(struct find_symbol_arg *fsa) in find_symbol() function
892 BUG_ON(!find_symbol(&fsa)); in __symbol_put()
1279 if (!find_symbol(&fsa)) in resolve_symbol()
1476 if (!find_symbol(&fsa)) in __symbol_get()
1504 if (find_symbol(&fsa)) { in verify_exported_symbols()
/linux/scripts/mod/
H A Dmodpost.c283 static struct symbol *find_symbol(const char *name) in find_symbol() function
359 struct symbol *s = find_symbol(name); in sym_add_exported()
1772 exp = find_symbol(s->name); in check_exports()
1815 struct symbol *sym = find_symbol(name); in keep_no_trim_symbols()
1837 * If find_symbol() returns NULL, this symbol is not provided
1840 sym = find_symbol(s); in add_header()