Lines Matching refs:tname

6375 	const char *tname = btf_name_by_offset(reg->btf, t->name_off);  in check_ptr_to_btf_access()  local
6384 tname); in check_ptr_to_btf_access()
6390 tname); in check_ptr_to_btf_access()
6396 regno, tname, off); in check_ptr_to_btf_access()
6405 regno, tname, off, tn_buf); in check_ptr_to_btf_access()
6412 regno, tname, off); in check_ptr_to_btf_access()
6419 regno, tname, off); in check_ptr_to_btf_access()
6526 const char *tname; in check_ptr_to_map_access() local
6542 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_ptr_to_map_access()
6547 tname); in check_ptr_to_map_access()
6553 regno, tname, off); in check_ptr_to_map_access()
6558 verbose(env, "only read from %s is supported\n", tname); in check_ptr_to_map_access()
10263 const char *tname; in check_helper_call() local
10268 tname = btf_name_by_offset(meta.ret_btf, t->name_off); in check_helper_call()
10270 tname, PTR_ERR(ret)); in check_helper_call()
17302 const char *tname; in find_btf_percpu_datasec() local
17321 tname = btf_name_by_offset(btf, t->name_off); in find_btf_percpu_datasec()
17322 if (!strcmp(tname, ".data..percpu")) in find_btf_percpu_datasec()
17411 const char *tname; in check_pseudo_btf_id() local
17417 tname = btf_name_by_offset(btf, t->name_off); in check_pseudo_btf_id()
17419 tname, PTR_ERR(ret)); in check_pseudo_btf_id()
19798 const char *tname; in bpf_check_attach_target() local
19818 tname = btf_name_by_offset(btf, t->name_off); in bpf_check_attach_target()
19819 if (!tname) { in bpf_check_attach_target()
19838 bpf_log(log, "Subprog %s doesn't exist\n", tname); in bpf_check_attach_target()
19907 if (strncmp(prefix, tname, sizeof(prefix) - 1)) { in bpf_check_attach_target()
19909 btf_id, tname); in bpf_check_attach_target()
19912 tname += sizeof(prefix) - 1; in bpf_check_attach_target()
19932 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target()
19965 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target()
19978 addr = find_kallsyms_symbol_value(mod, tname); in bpf_check_attach_target()
19982 addr = kallsyms_lookup_name(tname); in bpf_check_attach_target()
19988 tname); in bpf_check_attach_target()
20027 bpf_log(log, "%s is not sleepable\n", tname); in bpf_check_attach_target()
20038 !check_attach_modify_return(addr, tname)) in bpf_check_attach_target()
20042 bpf_log(log, "%s() is not modifiable\n", tname); in bpf_check_attach_target()
20050 tgt_info->tgt_name = tname; in bpf_check_attach_target()