btf_dump_emit_type
static void btf_dump_emit_type(struct btf_dump *d, __u32 id, __u32 cont_id);
btf_dump_emit_type(d, d->emit_queue[i], 0 /*top-level*/);
btf_dump_emit_type(d, t->type, cont_id);
btf_dump_emit_type(d, btf_array(t)->type, cont_id);
btf_dump_emit_type(d, t->type, id);
btf_dump_emit_type(d, m->type, new_cont_id);
btf_dump_emit_type(d, t->type, cont_id);
btf_dump_emit_type(d, p->type, cont_id);