Home
last modified time | relevance | path

Searched defs:target_desc (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dtarget-descriptions.c188 struct target_desc struct
191 const struct bfd_arch_info *arch;
195 enum gdb_osabi osabi;
420 tdesc_compatible_p (const struct target_desc *target_desc, in tdesc_compatible_p()
462 tdesc_architecture (const struct target_desc *target_desc) in tdesc_architecture()
471 tdesc_osabi (const struct target_desc *target_desc) in tdesc_osabi()
1151 const struct target_desc *target_desc, in tdesc_use_registers()
1456 struct target_desc *target_desc = arg; in free_target_description() local
1488 tdesc_add_compatible (struct target_desc *target_desc, in tdesc_add_compatible()
1512 set_tdesc_property (struct target_desc *target_desc, in set_tdesc_property()
[all …]
H A Dgdbarch.h1331 const struct target_desc *target_desc; member
H A Darch-utils.c344 choose_architecture_for_target (const struct target_desc *target_desc, in choose_architecture_for_target()
H A Dgdbarch.c105 const struct target_desc * target_desc; member