Home
last modified time | relevance | path

Searched refs:cfunc (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/
H A Dsoc-ops-test.c37 #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/include/objtool/
H A Delf.h72 struct symbol *pfunc, *cfunc, *alias, *file;
60 struct symbol *pfunc, *cfunc, *alias; global() member
/linux/tools/objtool/
H A Dcheck.c80 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()
1069 if (func->cfunc) in add_ignores()
1070 func->cfunc->ignore = true; in add_ignores()