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
218 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
222 printf(" encoding=%s size=%u vlen=%u", encoding, t->size, vlen); in dump_btf_type()
224 for (i = 0; i < vlen; i++, v++) { in dump_btf_type()
248 __u16 vlen = btf_vlen(t); in dump_btf_type() local
256 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
260 printf(" encoding=%s size=%u vlen=%u", encoding, t->size, vlen); in dump_btf_type()
262 for (i = 0; i < vlen; i++, v++) { in dump_btf_type()
310 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
315 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
319 printf(" ret_type_id=%u vlen=%u", t->type, vlen); in dump_btf_type()
321 for (i = 0; i < vlen; i++, p++) { in dump_btf_type()
354 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
359 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
363 printf(" size=%u vlen=%u", t->size, vlen); in dump_btf_type()
365 for (i = 0; i < vlen; i++, v++) { in dump_btf_type()