Lines Matching refs:vlen
166 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
171 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
175 printf(" size=%u vlen=%u", t->size, vlen); in dump_btf_type()
177 for (i = 0; i < vlen; i++, m++) { in dump_btf_type()
212 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
217 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
221 printf(" size=%u vlen=%u", t->size, vlen); in dump_btf_type()
223 for (i = 0; i < vlen; i++, v++) { in dump_btf_type()
262 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
267 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
271 printf(" ret_type_id=%u vlen=%u", t->type, vlen); in dump_btf_type()
273 for (i = 0; i < vlen; i++, p++) { in dump_btf_type()
306 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
311 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
315 printf(" size=%u vlen=%u", t->size, vlen); in dump_btf_type()
317 for (i = 0; i < vlen; i++, v++) { in dump_btf_type()