Lines Matching refs:vlen
1098 int i, j, k, vlen; in bpf_object_adjust_struct_ops_autoload() local
1116 vlen = btf_vlen(type); in bpf_object_adjust_struct_ops_autoload()
1117 for (k = 0; k < vlen; ++k) { in bpf_object_adjust_struct_ops_autoload()
2550 int vlen, i; in parse_btf_map_def() local
2552 vlen = btf_vlen(def_t); in parse_btf_map_def()
2554 for (i = 0; i < vlen; i++, m++) { in parse_btf_map_def()
2670 if (i != vlen - 1) { in parse_btf_map_def()
2991 int nr_types, i, vlen, err; in bpf_object__init_user_btf_maps() local
3026 vlen = btf_vlen(sec); in bpf_object__init_user_btf_maps()
3027 for (i = 0; i < vlen; i++) { in bpf_object__init_user_btf_maps()
3127 int i, j, vlen; in bpf_object__sanitize_btf() local
3156 vlen = btf_vlen(t); in bpf_object__sanitize_btf()
3157 t->info = BTF_INFO_ENC(BTF_KIND_STRUCT, 0, vlen); in bpf_object__sanitize_btf()
3158 for (j = 0; j < vlen; j++, v++, m++) { in bpf_object__sanitize_btf()
3176 vlen = btf_vlen(t); in bpf_object__sanitize_btf()
3177 t->info = BTF_INFO_ENC(BTF_KIND_ENUM, 0, vlen); in bpf_object__sanitize_btf()
3212 vlen = btf_vlen(t); in bpf_object__sanitize_btf()
3213 t->info = BTF_INFO_ENC(BTF_KIND_UNION, 0, vlen); in bpf_object__sanitize_btf()
3214 for (j = 0; j < vlen; j++, m++) { in bpf_object__sanitize_btf()
10333 int vlen, element_sz, new_array_id; in map_btf_datasec_resize() local
10350 vlen = btf_vlen(datasec_type); in map_btf_datasec_resize()
10351 if (vlen == 0) { in map_btf_datasec_resize()
10358 var = &btf_var_secinfos(datasec_type)[vlen - 1]; in map_btf_datasec_resize()
10386 var = &btf_var_secinfos(datasec_type)[vlen - 1]; in map_btf_datasec_resize()