Lines Matching refs:sec_var
154 const struct btf_var_secinfo *sec_var = btf_var_secinfos(sec); in codegen_datasec_def() local
166 for (i = 0; i < vlen; i++, sec_var++) { in codegen_datasec_def()
167 const struct btf_type *var = btf__type_by_id(btf, sec_var->type); in codegen_datasec_def()
174 int need_off = sec_var->offset, align_off, align; in codegen_datasec_def()
229 off = sec_var->offset + sec_var->size; in codegen_datasec_def()
330 const struct btf_var_secinfo *sec_var; in codegen_subskel_datasecs() local
357 sec_var = btf_var_secinfos(sec); in codegen_subskel_datasecs()
359 for (i = 0; i < vlen; i++, sec_var++) { in codegen_subskel_datasecs()
367 var = btf__type_by_id(btf, sec_var->type); in codegen_subskel_datasecs()
501 struct btf_var_secinfo *sec_var; in codegen_asserts() local
529 sec_var = btf_var_secinfos(sec); in codegen_asserts()
532 for (i = 0; i < vlen; i++, sec_var++) { in codegen_asserts()
533 const struct btf_type *var = btf__type_by_id(btf, sec_var->type); in codegen_asserts()