Searched refs:target_structs (Results 1 – 1 of 1) sorted by relevance
169 struct target_ops **target_structs; variable224 if (!target_structs) in add_target()227 target_structs = (struct target_ops **) xmalloc in add_target()228 (target_struct_allocsize * sizeof (*target_structs)); in add_target()233 target_structs = (struct target_ops **) in add_target()234 xrealloc ((char *) target_structs, in add_target()235 target_struct_allocsize * sizeof (*target_structs)); in add_target()237 target_structs[target_struct_size++] = t; in add_target()1324 for (t = target_structs; t < target_structs + target_struct_size; in find_default_run_target()1419 for (t = target_structs; t < target_structs + target_struct_size; in target_resize_to_sections()[all …]