Lines Matching full:vlen
181 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
186 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
190 printf(" size=%u vlen=%u", t->size, vlen); in dump_btf_type()
192 for (i = 0; i < vlen; i++, m++) { in dump_btf_type()
227 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
235 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
239 printf(" encoding=%s size=%u vlen=%u", encoding, t->size, vlen); in dump_btf_type()
241 for (i = 0; i < vlen; i++, v++) { in dump_btf_type()
265 __u16 vlen = btf_vlen(t); in dump_btf_type() local
273 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
277 printf(" encoding=%s size=%u vlen=%u", encoding, t->size, vlen); in dump_btf_type()
279 for (i = 0; i < vlen; i++, v++) { in dump_btf_type()
327 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
332 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
336 printf(" ret_type_id=%u vlen=%u", t->type, vlen); in dump_btf_type()
338 for (i = 0; i < vlen; i++, p++) { in dump_btf_type()
371 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
376 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
380 printf(" size=%u vlen=%u", t->size, vlen); in dump_btf_type()
382 for (i = 0; i < vlen; i++, v++) { in dump_btf_type()