Searched refs:datasec (Results 1 – 2 of 2) sorted by relevance
1143 const struct btf_type *type, *datasec; in init_struct_ops_maps() local1164 datasec = btf__type_by_id(btf, datasec_id); in init_struct_ops_maps()1165 vsi = btf_var_secinfos(datasec); in init_struct_ops_maps()1166 for (i = 0; i < btf_vlen(datasec); i++, vsi++) { in init_struct_ops_maps()
16809 const struct btf_type *datasec; in check_pseudo_btf_id() local16868 datasec = btf_type_by_id(btf, datasec_id); in check_pseudo_btf_id()16869 for_each_vsi(i, datasec, vsi) { in check_pseudo_btf_id()