Searched refs:datasec (Results 1 – 2 of 2) sorted by relevance
1358 const struct btf_type *type, *datasec; in init_struct_ops_maps() local1379 datasec = btf__type_by_id(btf, datasec_id); in init_struct_ops_maps()1380 vsi = btf_var_secinfos(datasec); in init_struct_ops_maps()1381 for (i = 0; i < btf_vlen(datasec); i++, vsi++) { in init_struct_ops_maps()
19778 const struct btf_type *datasec; in __check_pseudo_btf_id() local19816 datasec = btf_type_by_id(btf, datasec_id); in __check_pseudo_btf_id()19817 for_each_vsi(i, datasec, vsi) { in __check_pseudo_btf_id()