Searched refs:cfunc (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/soc/ |
| H A D | soc-ops-test.c | 37 #define ITEST(cname, clayout, ctype, cfunc, cmin, cmax, \ argument 41 .func_name = #cfunc, \ 43 .info = snd_soc_info_##cfunc, \ 48 #define ATEST(clayout, cfunc, cctl, cret, cinit, \ argument 51 .func_name = #cfunc, \ 53 .put = snd_soc_put_##cfunc, \ 54 .get = snd_soc_get_##cfunc, \
|
| /linux/tools/objtool/ |
| H A D | klp-diff.c | 661 if (func->cfunc && func->cfunc != func) in mark_included_function() 662 func->cfunc->included = 1; in mark_included_function()
|
| H A D | elf.c | 530 sym->pfunc = sym->cfunc = sym; in elf_add_symbol() 660 pfunc->cfunc = sym; in read_symbols() 661 pfunc->alias->cfunc = sym; in read_symbols()
|
| H A D | check.c | 80 if (func == func->cfunc) in next_insn_same_func() 84 return find_insn(file, func->cfunc->sec, func->cfunc->offset); in next_insn_same_func() 1111 if (func->cfunc) in add_ignores() 1112 func->cfunc->ignore = true; in add_ignores()
|
| /linux/tools/objtool/include/objtool/ |
| H A D | elf.h | 72 struct symbol *pfunc, *cfunc, *alias, *file; 60 struct symbol *pfunc, *cfunc, *alias; global() member
|