Lines Matching refs:vlen
2060 int vlen, i; in parse_btf_map_def() local
2062 vlen = btf_vlen(def_t); in parse_btf_map_def()
2064 for (i = 0; i < vlen; i++, m++) { in parse_btf_map_def()
2177 if (i != vlen - 1) { in parse_btf_map_def()
2406 int nr_types, i, vlen, err; in bpf_object__init_user_btf_maps() local
2441 vlen = btf_vlen(sec); in bpf_object__init_user_btf_maps()
2442 for (i = 0; i < vlen; i++) { in bpf_object__init_user_btf_maps()
2500 int i, j, vlen; in bpf_object__sanitize_btf() local
2529 vlen = btf_vlen(t); in bpf_object__sanitize_btf()
2530 t->info = BTF_INFO_ENC(BTF_KIND_STRUCT, 0, vlen); in bpf_object__sanitize_btf()
2531 for (j = 0; j < vlen; j++, v++, m++) { in bpf_object__sanitize_btf()
2541 vlen = btf_vlen(t); in bpf_object__sanitize_btf()
2542 t->info = BTF_INFO_ENC(BTF_KIND_ENUM, 0, vlen); in bpf_object__sanitize_btf()