Lines Matching refs:vlen
164 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
169 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
173 printf(" size=%u vlen=%u", t->size, vlen); in dump_btf_type()
175 for (i = 0; i < vlen; i++, m++) { in dump_btf_type()
210 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
215 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
219 printf(" size=%u vlen=%u", t->size, vlen); in dump_btf_type()
221 for (i = 0; i < vlen; i++, v++) { in dump_btf_type()
260 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
265 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
269 printf(" ret_type_id=%u vlen=%u", t->type, vlen); in dump_btf_type()
271 for (i = 0; i < vlen; i++, p++) { in dump_btf_type()
303 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
308 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
312 printf(" size=%u vlen=%u", t->size, vlen); in dump_btf_type()
314 for (i = 0; i < vlen; i++, v++) { in dump_btf_type()