btf_dump_order_type
static int btf_dump_order_type(struct btf_dump *d, __u32 id, bool through_ptr);
err = btf_dump_order_type(d, id, false);
err = btf_dump_order_type(d, t->type, true);
return btf_dump_order_type(d, btf_array(t)->type, false);
err = btf_dump_order_type(d, m->type, false);
is_strong = btf_dump_order_type(d, t->type, through_ptr);
return btf_dump_order_type(d, t->type, through_ptr);
err = btf_dump_order_type(d, t->type, through_ptr);
err = btf_dump_order_type(d, p->type, through_ptr);