Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Drandomize_layout_plugin.c149 struct partition_group { struct
155 static void partition_struct(tree *fields, unsigned long length, struct partition_group *size_group… in partition_struct() argument
164 memset(size_groups, 0, sizeof(struct partition_group) * length); in partition_struct()
194 struct partition_group size_group[length]; in performance_shuffle()
198 partition_struct(newtree, length, (struct partition_group *)&size_group, &num_groups); in performance_shuffle()
202 struct partition_group tmp; in performance_shuffle()