Searched refs:targ_name (Results 1 – 2 of 2) sorted by relevance
8287 const char *targ_name; in bpf_core_add_cands() local8297 targ_name = btf_name_by_offset(targ_btf, t->name_off); in bpf_core_add_cands()8298 if (!targ_name) in bpf_core_add_cands()8306 if (strncmp(cands->name, targ_name, cands->name_len) != 0) in bpf_core_add_cands()8309 targ_essent_len = bpf_core_essential_name_len(targ_name); in bpf_core_add_cands()
5238 const char *targ_name = btf_type_name(kptr_field->kptr.btf, kptr_field->kptr.btf_id); in map_kptr_match_type() local5299 verbose(env, "expected=%s%s", reg_type_str(env, PTR_TO_BTF_ID), targ_name); in map_kptr_match_type()5302 targ_name); in map_kptr_match_type()