Lines Matching refs:vlen
174 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
179 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
183 printf(" size=%u vlen=%u", t->size, vlen); in dump_btf_type()
185 for (i = 0; i < vlen; i++, m++) { in dump_btf_type()
220 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
228 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
232 printf(" encoding=%s size=%u vlen=%u", encoding, t->size, vlen); in dump_btf_type()
234 for (i = 0; i < vlen; i++, v++) { in dump_btf_type()
258 __u16 vlen = btf_vlen(t); in dump_btf_type() local
266 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
270 printf(" encoding=%s size=%u vlen=%u", encoding, t->size, vlen); in dump_btf_type()
272 for (i = 0; i < vlen; i++, v++) { in dump_btf_type()
320 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
325 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
329 printf(" ret_type_id=%u vlen=%u", t->type, vlen); in dump_btf_type()
331 for (i = 0; i < vlen; i++, p++) { in dump_btf_type()
364 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
369 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
373 printf(" size=%u vlen=%u", t->size, vlen); in dump_btf_type()
375 for (i = 0; i < vlen; i++, v++) { in dump_btf_type()