Lines Matching refs:vlen
148 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
153 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
157 printf(" size=%u vlen=%u", t->size, vlen); in dump_btf_type()
159 for (i = 0; i < vlen; i++, m++) { in dump_btf_type()
194 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
199 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
203 printf(" size=%u vlen=%u", t->size, vlen); in dump_btf_type()
205 for (i = 0; i < vlen; i++, v++) { in dump_btf_type()
239 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
244 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
248 printf(" ret_type_id=%u vlen=%u", t->type, vlen); in dump_btf_type()
250 for (i = 0; i < vlen; i++, p++) { in dump_btf_type()
282 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
287 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
291 printf(" size=%u vlen=%u", t->size, vlen); in dump_btf_type()
293 for (i = 0; i < vlen; i++, v++) { in dump_btf_type()