Lines Matching defs:func

1085 				pr_warn("struct_ops init_kern %s: kernel member %s is not a func ptr\n",
1095 pr_debug("struct_ops init_kern %s: func ptr %s is set to prog %s from data(+%u) to kern_data(+%u)\n",
2110 case BTF_KIND_FUNC: return "func";
3757 /* No func in ksyms sec. No need to add dummy var. */
3938 * func proto does not have param name.
5922 * invalid func unknown#2001000123
5949 * invalid func unknown#2001000123
6091 /* append func/line info of a given (sub-)program to the main
6092 * program func/line info
6132 * supprot func/line info
6137 /* only attempt func info relocation if main program's func_info
6162 pr_warn("prog '%s': missing .BTF.ext function info for the main program, skipping all of .BTF.ext func info.\n",
7110 * line2 -> invalid func unknown#195896080
7149 * line2 -> invalid func unknown#2001000345
7182 * line2 -> invalid func unknown#2002000345
7228 if (str_has_pfx(cur_line, "invalid func unknown#195896080\n")) {
7237 } else if (str_has_pfx(cur_line, "invalid func unknown#"POISON_LDIMM64_MAP_PFX)) {
7246 } else if (str_has_pfx(cur_line, "invalid func unknown#"POISON_CALL_KFUNC_PFX)) {
7694 pr_warn("extern (func ksym) '%s': not found in kernel or module BTFs\n",
7708 pr_warn("extern (func ksym) '%s': func_proto [%d] incompatible with %s [%d]\n",
7718 pr_warn("extern (func ksym) '%s': module BTF fd index %d too big to fit in bpf_insn offset\n",
7744 pr_debug("extern (func ksym) '%s': resolved to %s [%d]\n",
9197 pr_warn("struct_ops reloc %s: cannot relocate non func ptr %s\n",
9204 pr_warn("struct_ops reloc %s: cannot find prog at shdr_idx %u to relocate func ptr %s\n",
9231 pr_warn("struct_ops reloc %s: cannot use prog %s in sec %s with type %u attach_btf_id %u expected_attach_type %u for func ptr %s\n",
10913 char *func;
10928 n = sscanf(func_name, "%m[a-zA-Z0-9_.]+%li", &func, &offset);
10934 free(func);
10940 *link = bpf_program__attach_kprobe_opts(prog, func, &opts);
10941 free(func);