HomeSort by: relevance | last modified time | path
    Searched refs:target_desc (Results 1 - 25 of 546) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/arch/
ppc-linux-tdesc.h 23 struct target_desc;
25 extern const struct target_desc *tdesc_powerpc_32l;
26 extern const struct target_desc *tdesc_powerpc_altivec32l;
27 extern const struct target_desc *tdesc_powerpc_vsx32l;
28 extern const struct target_desc *tdesc_powerpc_isa205_32l;
29 extern const struct target_desc *tdesc_powerpc_isa205_altivec32l;
30 extern const struct target_desc *tdesc_powerpc_isa205_vsx32l;
31 extern const struct target_desc *tdesc_powerpc_isa205_ppr_dscr_vsx32l;
32 extern const struct target_desc *tdesc_powerpc_isa207_vsx32l;
33 extern const struct target_desc *tdesc_powerpc_isa207_htm_vsx32l
    [all...]
amd64-linux-tdesc.h 23 struct target_desc;
27 extern const target_desc *amd64_linux_read_description (uint64_t xcr0,
i386-linux-tdesc.h 23 struct target_desc;
27 extern const struct target_desc *i386_linux_read_description (uint64_t xcr0);
x86-linux-tdesc.h 23 struct target_desc;
35 extern void x86_linux_post_init_tdesc (target_desc *tdesc, bool is_64bit);
aarch32.h 25 target_desc *aarch32_create_target_description (bool tls);
  /src/external/gpl3/gdb.old/dist/gdb/arch/
ppc-linux-tdesc.h 23 struct target_desc;
25 extern const struct target_desc *tdesc_powerpc_32l;
26 extern const struct target_desc *tdesc_powerpc_altivec32l;
27 extern const struct target_desc *tdesc_powerpc_vsx32l;
28 extern const struct target_desc *tdesc_powerpc_isa205_32l;
29 extern const struct target_desc *tdesc_powerpc_isa205_altivec32l;
30 extern const struct target_desc *tdesc_powerpc_isa205_vsx32l;
31 extern const struct target_desc *tdesc_powerpc_isa205_ppr_dscr_vsx32l;
32 extern const struct target_desc *tdesc_powerpc_isa207_vsx32l;
33 extern const struct target_desc *tdesc_powerpc_isa207_htm_vsx32l
    [all...]
aarch32.h 25 target_desc *aarch32_create_target_description (bool tls);
  /src/external/gpl3/gdb/dist/gdb/
aarch32-tdep.h 21 struct target_desc;
25 const target_desc *aarch32_read_description (bool tls);
or1k-linux-tdep.h 24 extern struct target_desc *tdesc_or1k_linux;
aarch32-tdep.c 23 static struct target_desc *tdesc_aarch32_list[2];
27 const target_desc *
30 struct target_desc *tdesc = tdesc_aarch32_list[tls];
xml-tdesc.h 29 struct target_desc;
34 const struct target_desc *file_read_description_xml (const char *filename);
39 const struct target_desc *target_read_description_xml (struct target_ops *);
50 const struct target_desc *string_read_description_xml (const char *xml);
  /src/external/gpl3/gdb/dist/gdbserver/
linux-aarch32-tdesc.h 23 const target_desc * aarch32_linux_read_description ();
27 bool is_aarch32_linux_description (const target_desc *tdesc);
linux-s390-tdesc.h 44 extern const struct target_desc *tdesc_s390x_linux64;
48 extern const struct target_desc *tdesc_s390x_linux64v1;
52 extern const struct target_desc *tdesc_s390x_linux64v2;
56 extern const struct target_desc *tdesc_s390x_te_linux64;
60 extern const struct target_desc *tdesc_s390x_vx_linux64;
64 extern const struct target_desc *tdesc_s390x_tevx_linux64;
68 extern const struct target_desc *tdesc_s390x_gs_linux64;
76 extern const struct target_desc *tdesc_s390_linux32;
80 extern const struct target_desc *tdesc_s390_linux32v1;
84 extern const struct target_desc *tdesc_s390_linux32v2
    [all...]
linux-arm-tdesc.h 25 const target_desc * arm_linux_read_description (arm_fp_type fp_type);
29 arm_fp_type arm_linux_get_tdesc_fp_type (const target_desc *tdesc);
linux-aarch64-tdesc.h 25 const target_desc *
  /src/external/gpl3/gdb.old/dist/gdb/
aarch32-tdep.h 21 struct target_desc;
25 const target_desc *aarch32_read_description (bool tls);
or1k-linux-tdep.h 24 extern struct target_desc *tdesc_or1k_linux;
aarch32-tdep.c 23 static struct target_desc *tdesc_aarch32_list[2];
27 const target_desc *
30 struct target_desc *tdesc = tdesc_aarch32_list[tls];
xml-tdesc.h 29 struct target_desc;
34 const struct target_desc *file_read_description_xml (const char *filename);
39 const struct target_desc *target_read_description_xml (struct target_ops *);
50 const struct target_desc *string_read_description_xml (const char *xml);
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch32-tdesc.h 23 const target_desc * aarch32_linux_read_description ();
27 bool is_aarch32_linux_description (const target_desc *tdesc);
linux-s390-tdesc.h 44 extern const struct target_desc *tdesc_s390x_linux64;
48 extern const struct target_desc *tdesc_s390x_linux64v1;
52 extern const struct target_desc *tdesc_s390x_linux64v2;
56 extern const struct target_desc *tdesc_s390x_te_linux64;
60 extern const struct target_desc *tdesc_s390x_vx_linux64;
64 extern const struct target_desc *tdesc_s390x_tevx_linux64;
68 extern const struct target_desc *tdesc_s390x_gs_linux64;
76 extern const struct target_desc *tdesc_s390_linux32;
80 extern const struct target_desc *tdesc_s390_linux32v1;
84 extern const struct target_desc *tdesc_s390_linux32v2
    [all...]
linux-arm-tdesc.h 25 const target_desc * arm_linux_read_description (arm_fp_type fp_type);
29 arm_fp_type arm_linux_get_tdesc_fp_type (const target_desc *tdesc);
linux-aarch64-tdesc.h 25 const target_desc *
tdesc.h 27 /* A target description. Inherit from tdesc_feature so that target_desc
30 struct target_desc final : tdesc_element
63 target_desc () function in struct:final
67 ~target_desc ();
69 bool operator== (const target_desc &other) const;
71 bool operator!= (const target_desc &other) const
82 void copy_target_description (struct target_desc *dest,
83 const struct target_desc *src);
88 void init_target_desc (struct target_desc *tdesc,
94 const struct target_desc *current_target_desc (void)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/nat/
x86-linux-tdesc.h 25 struct target_desc;
41 for which a target_desc cannot be created. Ideally this would not be
47 extern const target_desc *x86_linux_tdesc_for_tid

Completed in 91 milliseconds

1 2 3 4 5 6 7 8 91011>>