Searched refs:target_desc (Results 1 - 25 of 90) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dxml-tdesc.h23 struct target_desc;
28 const struct target_desc *file_read_description_xml (const char *filename);
33 const struct target_desc *target_read_description_xml (struct target_ops *);
H A Dppc-linux-tdep.h42 extern struct target_desc *tdesc_powerpc_32l;
43 extern struct target_desc *tdesc_powerpc_altivec32l;
44 extern struct target_desc *tdesc_powerpc_cell32l;
45 extern struct target_desc *tdesc_powerpc_vsx32l;
46 extern struct target_desc *tdesc_powerpc_isa205_32l;
47 extern struct target_desc *tdesc_powerpc_isa205_altivec32l;
48 extern struct target_desc *tdesc_powerpc_isa205_vsx32l;
49 extern struct target_desc *tdesc_powerpc_e500l;
50 extern struct target_desc *tdesc_powerpc_64l;
51 extern struct target_desc *tdesc_powerpc_altivec64
[all...]
H A Di386-linux-tdep.h43 extern struct target_desc *tdesc_i386_linux;
44 extern struct target_desc *tdesc_i386_mmx_linux;
45 extern struct target_desc *tdesc_i386_avx_linux;
H A Dtarget-descriptions.h30 struct target_desc;
47 const struct target_desc *target_current_description (void);
79 const struct target_desc *target_desc,
131 (const struct target_desc *);
136 enum gdb_osabi tdesc_osabi (const struct target_desc *);
141 int tdesc_compatible_p (const struct target_desc *,
147 const char *tdesc_property (const struct target_desc *,
152 int tdesc_has_registers (const struct target_desc *);
157 const struct tdesc_feature *tdesc_find_feature (const struct target_desc *,
[all...]
H A Dremote.h23 struct target_desc;
46 const struct target_desc *tdesc);
H A Ds390-tdep.h115 extern struct target_desc *tdesc_s390_linux32;
116 extern struct target_desc *tdesc_s390_linux64;
117 extern struct target_desc *tdesc_s390x_linux64;
H A Dtarget-descriptions.c188 struct target_desc struct
250 static const struct target_desc *current_target_desc;
305 info.target_desc = current_target_desc;
349 const struct target_desc *
362 tdesc_compatible_p (const struct target_desc *target_desc, argument
368 for (ix = 0; VEC_iterate (arch_p, target_desc->compatible, ix, compat);
388 tdesc_property (const struct target_desc *target_desc, const char *key)
393 for (ix = 0; VEC_iterate (property_s, target_desc
387 tdesc_property(const struct target_desc *target_desc, const char *key) argument
404 tdesc_architecture(const struct target_desc *target_desc) argument
413 tdesc_osabi(const struct target_desc *target_desc) argument
423 tdesc_has_registers(const struct target_desc *target_desc) argument
444 tdesc_find_feature(const struct target_desc *target_desc, const char *name) argument
1092 tdesc_use_registers(struct gdbarch *gdbarch, const struct target_desc *target_desc, struct tdesc_arch_data *early_data) argument
1398 struct target_desc *target_desc = arg; local
1424 make_cleanup_free_target_description(struct target_desc *target_desc) argument
1430 tdesc_add_compatible(struct target_desc *target_desc, const struct bfd_arch_info *compatible) argument
1454 set_tdesc_property(struct target_desc *target_desc, const char *key, const char *value) argument
1474 set_tdesc_architecture(struct target_desc *target_desc, const struct bfd_arch_info *arch) argument
1481 set_tdesc_osabi(struct target_desc *target_desc, enum gdb_osabi osabi) argument
[all...]
H A Dmips-tdep.h172 extern struct target_desc *mips_tdesc_gp32;
173 extern struct target_desc *mips_tdesc_gp64;
H A Darch-utils.c346 choose_architecture_for_target (const struct target_desc *target_desc,
349 const struct bfd_arch_info *from_target = tdesc_architecture (target_desc);
382 if (tdesc_compatible_p (target_desc, selected))
495 if (info.target_desc == NULL)
496 info.target_desc = target_current_description ();
556 info.target_desc = target_current_description ();
710 if (info->target_desc != NULL)
712 (info->target_desc, info->bfd_arch_info);
737 if (info->osabi == GDB_OSABI_UNKNOWN && info->target_desc !
344 choose_architecture_for_target(const struct target_desc *target_desc, const struct bfd_arch_info *selected) argument
[all...]
H A Dxml-tdesc.c38 static struct target_desc *
60 return the same "struct target_desc *"; if they are not singletons,
67 struct target_desc *tdesc;
79 struct target_desc *tdesc;
504 static struct target_desc *
567 const struct target_desc *
570 struct target_desc *tdesc;
618 const struct target_desc *
621 struct target_desc *tdesc;
H A Damd64-linux-tdep.h36 extern struct target_desc *tdesc_amd64_linux;
37 extern struct target_desc *tdesc_amd64_avx_linux;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/features/
H A Darm-with-m.c7 struct target_desc *tdesc_arm_with_m;
11 struct target_desc *result = allocate_target_description ();
H A Darm-with-vfpv2.c7 struct target_desc *tdesc_arm_with_vfpv2;
11 struct target_desc *result = allocate_target_description ();
H A Ds390-linux32.c6 struct target_desc *tdesc_s390_linux32;
10 struct target_desc *result = allocate_target_description ();
H A Ds390x-linux64.c6 struct target_desc *tdesc_s390x_linux64;
10 struct target_desc *result = allocate_target_description ();
H A Ds390-linux64.c6 struct target_desc *tdesc_s390_linux64;
10 struct target_desc *result = allocate_target_description ();
H A Darm-with-iwmmxt.c7 struct target_desc *tdesc_arm_with_iwmmxt;
11 struct target_desc *result = allocate_target_description ();
H A Darm-with-neon.c7 struct target_desc *tdesc_arm_with_neon;
11 struct target_desc *result = allocate_target_description ();
H A Darm-with-vfpv3.c7 struct target_desc *tdesc_arm_with_vfpv3;
11 struct target_desc *result = allocate_target_description ();
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/features/i386/
H A Di386-mmx-linux.c7 struct target_desc *tdesc_i386_mmx_linux;
11 struct target_desc *result = allocate_target_description ();
H A Di386-mmx.c7 struct target_desc *tdesc_i386_mmx;
11 struct target_desc *result = allocate_target_description ();
H A Di386-avx-linux.c7 struct target_desc *tdesc_i386_avx_linux;
11 struct target_desc *result = allocate_target_description ();
H A Di386-avx.c7 struct target_desc *tdesc_i386_avx;
11 struct target_desc *result = allocate_target_description ();
H A Di386-linux.c7 struct target_desc *tdesc_i386_linux;
11 struct target_desc *result = allocate_target_description ();
H A Di386.c7 struct target_desc *tdesc_i386;
11 struct target_desc *result = allocate_target_description ();

Completed in 214 milliseconds

1234