Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dtarget.c169 struct target_ops **target_structs; variable
224 if (!target_structs) in add_target()
227 target_structs = (struct target_ops **) xmalloc in add_target()
233 target_structs = (struct target_ops **) in add_target()
234 xrealloc ((char *) 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()
1452 for (t = target_structs; t < target_structs + target_struct_size; t++) in remove_target_sections()
1486 for (t = target_structs; t < target_structs + target_struct_size; ++t) in find_run_target()
[all …]