Home
last modified time | relevance | path

Searched refs:group_idx (Results 1 – 1 of 1) sorted by relevance

/scripts/gcc-plugins/
Drandomize_layout_plugin.c160 unsigned long group_idx = 0; in partition_struct() local
167 if (size_groups[group_idx].tree_start == NULL_TREE) { in partition_struct()
168 size_groups[group_idx].tree_start = fields[i]; in partition_struct()
169 size_groups[group_idx].start = i; in partition_struct()
176 size_groups[group_idx].length = accum_length; in partition_struct()
178 group_idx++; in partition_struct()
182 if (size_groups[group_idx].tree_start != NULL_TREE && in partition_struct()
183 !size_groups[group_idx].length) { in partition_struct()
184 size_groups[group_idx].length = accum_length; in partition_struct()
185 group_idx++; in partition_struct()
[all …]