Lines Matching defs:local_type

149 	const struct btf_type *local_type, *targ_type;
153 local_type = btf_type_by_id(local_btf, local_id);
155 if (!btf_kind_core_compat(local_type, targ_type))
163 local_type = skip_mods_and_typedefs(local_btf, local_id, &local_id);
165 if (!local_type || !targ_type)
168 if (!btf_kind_core_compat(local_type, targ_type))
171 switch (btf_kind(local_type)) {
183 return btf_int_offset(local_type) == 0 && btf_int_offset(targ_type) == 0;
185 local_id = local_type->type;
189 local_id = btf_array(local_type)->type;
193 struct btf_param *local_p = btf_params(local_type);
195 __u16 local_vlen = btf_vlen(local_type);
215 skip_mods_and_typedefs(local_btf, local_type->type, &local_id);
221 btf_kind_str(local_type), local_id, targ_id);
417 const struct btf_type *local_type, *targ_type;
420 local_type = skip_mods_and_typedefs(local_btf, local_id, &local_id);
422 if (!local_type || !targ_type)
425 if (btf_is_composite(local_type) && btf_is_composite(targ_type))
427 if (!btf_kind_core_compat(local_type, targ_type))
430 switch (btf_kind(local_type)) {
441 local_type->name_off);
454 return btf_int_offset(local_type) == 0 &&
457 local_id = btf_array(local_type)->type;
488 const struct btf_type *local_type, *targ_type;
501 local_type = btf_type_by_id(local_btf, local_id);
502 local_member = btf_members(local_type) + local_acc->idx;
1292 const struct btf_type *local_type;
1299 local_type = btf_type_by_id(local_btf, local_id);
1300 local_name = btf__name_by_offset(local_btf, local_type->name_off);
1310 prog_name, relo_idx, local_id, btf_kind_str(local_type),