Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtarget.c174 struct target_ops **target_structs; variable
229 if (!target_structs) in add_target()
232 target_structs = (struct target_ops **) xmalloc in add_target()
238 target_structs = (struct target_ops **) in add_target()
239 xrealloc ((char *) target_structs, in add_target()
242 target_structs[target_struct_size++] = t; in add_target()
1483 for (t = target_structs; t < target_structs + target_struct_size; in find_default_run_target()
1579 for (t = target_structs; t < target_structs + target_struct_size; in target_resize_to_sections()
1612 for (t = target_structs; t < target_structs + target_struct_size; t++) in remove_target_sections()
1646 for (t = target_structs; t < target_structs + target_struct_size; ++t) in find_run_target()
[all …]