Searched refs:targ_type (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/lib/bpf/
H A Drelo_core.c149 const struct btf_type *local_type, *targ_type; local
154 targ_type = btf_type_by_id(targ_btf, targ_id);
155 if (!btf_kind_core_compat(local_type, targ_type))
164 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id);
165 if (!local_type || !targ_type)
168 if (!btf_kind_core_compat(local_type, targ_type))
183 return btf_int_offset(local_type) == 0 && btf_int_offset(targ_type) == 0;
186 targ_id = targ_type->type;
190 targ_id = btf_array(targ_type)->type;
194 struct btf_param *targ_p = btf_params(targ_type);
417 const struct btf_type *local_type, *targ_type; local
488 const struct btf_type *local_type, *targ_type; local
561 const struct btf_type *targ_type; local
[all...]
H A Dlibbpf.c8080 const struct btf_type *targ_var, *targ_type; local
8102 targ_type = skip_mods_and_typedefs(btf, targ_var->type, &targ_type_id);
8112 targ_name = btf__name_by_offset(btf, targ_type->name_off);
8117 btf_kind_str(targ_type), targ_name);

Completed in 170 milliseconds