Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gdb/gdb/
Dtarget.c170 unsigned target_struct_size; variable
230 if (target_struct_size >= target_struct_allocsize) 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()
1445 for (t = target_structs; t < target_structs + target_struct_size; t++) in remove_target_sections()
1479 for (t = target_structs; t < target_structs + target_struct_size; ++t) in find_run_target()
1503 for (t = target_structs; t < target_structs + target_struct_size; in find_core_target()