Searched refs:sec_var (Results 1 – 2 of 2) sorted by relevance
131 const struct btf_var_secinfo *sec_var = btf_var_secinfos(sec); in codegen_datasec_def() local143 for (i = 0; i < vlen; i++, sec_var++) { in codegen_datasec_def()144 const struct btf_type *var = btf__type_by_id(btf, sec_var->type); in codegen_datasec_def()151 int need_off = sec_var->offset, align_off, align; in codegen_datasec_def()206 off = sec_var->offset + sec_var->size; in codegen_datasec_def()301 const struct btf_var_secinfo *sec_var; in codegen_subskel_datasecs() local328 sec_var = btf_var_secinfos(sec); in codegen_subskel_datasecs()330 for (i = 0; i < vlen; i++, sec_var++) { in codegen_subskel_datasecs()338 var = btf__type_by_id(btf, sec_var->type); in codegen_subskel_datasecs()472 struct btf_var_secinfo *sec_var; in codegen_asserts() local[all …]
386 struct fb_var_screeninfo sec_var; in viafb_ioctl() member