Lines Matching refs:tname
3510 const char *tname = btf_name_by_offset(btf_vmlinux, t->name_off);
3515 verbose(env, "R%d is ptr_%s invalid negative access: off=%d\n", regno, tname, off);
3522 verbose(env, "R%d is ptr_%s invalid variable offset: off=%d, var_off=%s\n", regno, tname, off, tn_buf);
3554 const char *tname;
3569 tname = btf_name_by_offset(btf_vmlinux, t->name_off);
3572 verbose(env, "%s access is allowed only to CAP_PERFMON and CAP_SYS_ADMIN\n", tname);
3577 verbose(env, "R%d is %s invalid negative access: off=%d\n", regno, tname, off);
3582 verbose(env, "only read from %s is supported\n", tname);
5463 const char *tname;
5468 tname = btf_name_by_offset(btf_vmlinux, t->name_off);
5469 verbose(env, "unable to resolve the size of type '%s': %ld\n", tname, PTR_ERR(ret));
10021 const char *tname;
10027 tname = btf_name_by_offset(btf_vmlinux, t->name_off);
10028 verbose(env, "ldimm64 unable to resolve the size of type '%s': %ld\n", tname, PTR_ERR(ret));
11839 const char *tname;
11857 tname = btf_name_by_offset(btf, t->name_off);
11858 if (!tname) {
11872 bpf_log(log, "Subprog %s doesn't exist\n", tname);
11935 if (strncmp(prefix, tname, sizeof(prefix) - 1)) {
11936 bpf_log(log, "attach_btf_id %u points to wrong type name %s\n", btf_id, tname);
11939 tname += sizeof(prefix) - 1;
11961 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel);
11997 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel);
12009 addr = kallsyms_lookup_name(tname);
12011 bpf_log(log, "The address of function %s cannot be found\n", tname);
12039 bpf_log(log, "%s is not sleepable\n", tname);
12047 ret = check_attach_modify_return(addr, tname);
12049 bpf_log(log, "%s() is not modifiable\n", tname);
12057 tgt_info->tgt_name = tname;