Lines Matching refs:targ_btf
5094 const struct btf *targ_btf, in bpf_core_add_cands() argument
5105 n = btf__type_cnt(targ_btf); in bpf_core_add_cands()
5107 t = btf__type_by_id(targ_btf, i); in bpf_core_add_cands()
5111 targ_name = btf__name_by_offset(targ_btf, t->name_off); in bpf_core_add_cands()
5132 cand->btf = targ_btf; in bpf_core_add_cands()
5313 const struct btf *targ_btf, __u32 targ_id) in bpf_core_types_are_compat() argument
5320 targ_type = btf__type_by_id(targ_btf, targ_id); in bpf_core_types_are_compat()
5330 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in bpf_core_types_are_compat()
5369 skip_mods_and_typedefs(targ_btf, targ_p->type, &targ_id); in bpf_core_types_are_compat()
5370 err = bpf_core_types_are_compat(local_btf, local_id, targ_btf, targ_id); in bpf_core_types_are_compat()
5377 skip_mods_and_typedefs(targ_btf, targ_type->type, &targ_id); in bpf_core_types_are_compat()