Searched refs:datasec (Results 1 – 2 of 2) sorted by relevance
1335 const struct btf_type *type, *datasec; in init_struct_ops_maps() local1356 datasec = btf__type_by_id(btf, datasec_id); in init_struct_ops_maps()1357 vsi = btf_var_secinfos(datasec); in init_struct_ops_maps()1358 for (i = 0; i < btf_vlen(datasec); i++, vsi++) { in init_struct_ops_maps()
18694 const struct btf_type *datasec; in check_pseudo_btf_id() local18753 datasec = btf_type_by_id(btf, datasec_id); in check_pseudo_btf_id()18754 for_each_vsi(i, datasec, vsi) { in check_pseudo_btf_id()