Lines Matching refs:sec_var
131 const struct btf_var_secinfo *sec_var = btf_var_secinfos(sec); in codegen_datasec_def() local
143 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() local
328 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
497 sec_var = btf_var_secinfos(sec); in codegen_asserts()
500 for (i = 0; i < vlen; i++, sec_var++) { in codegen_asserts()
501 const struct btf_type *var = btf__type_by_id(btf, sec_var->type); in codegen_asserts()