Searched refs:sec_var (Results 1 – 1 of 1) sorted by relevance
160 const struct btf_var_secinfo *sec_var = btf_var_secinfos(sec); in codegen_datasec_def() local172 for (i = 0; i < vlen; i++, sec_var++) { in codegen_datasec_def()173 const struct btf_type *var = btf__type_by_id(btf, sec_var->type); in codegen_datasec_def()180 int need_off = sec_var->offset, align_off, align; in codegen_datasec_def()235 off = sec_var->offset + sec_var->size; in codegen_datasec_def()347 const struct btf_var_secinfo *sec_var; in codegen_subskel_datasecs() local374 sec_var = btf_var_secinfos(sec); in codegen_subskel_datasecs()376 for (i = 0; i < vlen; i++, sec_var++) { in codegen_subskel_datasecs()384 var = btf__type_by_id(btf, sec_var->type); in codegen_subskel_datasecs()518 struct btf_var_secinfo *sec_var; in codegen_asserts() local[all …]