HomeSort by: relevance | last modified time | path
    Searched defs:gdbarch_tdep_base (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/gdb/
gdbarch.h 70 struct gdbarch_tdep_base struct
72 virtual ~gdbarch_tdep_base() = default;
75 using gdbarch_tdep_up = std::unique_ptr<gdbarch_tdep_base>;
152 Returns the gdbarch_tdep_base field held within GDBARCH. */
154 extern struct gdbarch_tdep_base *gdbarch_tdep_1 (struct gdbarch *gdbarch);
156 /* Return the gdbarch_tdep_base object held within GDBARCH cast to the type
157 TDepType, which should be a sub-class of gdbarch_tdep_base.
160 that the gdbarch_tdep_base within GDBARCH really is of type TDepType.
168 struct gdbarch_tdep_base *tdep = gdbarch_tdep_1 (gdbarch);
gdbarch.h 70 struct gdbarch_tdep_base struct
72 virtual ~gdbarch_tdep_base() = default;
75 using gdbarch_tdep_up = std::unique_ptr<gdbarch_tdep_base>;
152 Returns the gdbarch_tdep_base field held within GDBARCH. */
154 extern struct gdbarch_tdep_base *gdbarch_tdep_1 (struct gdbarch *gdbarch);
156 /* Return the gdbarch_tdep_base object held within GDBARCH cast to the type
157 TDepType, which should be a sub-class of gdbarch_tdep_base.
160 that the gdbarch_tdep_base within GDBARCH really is of type TDepType.
168 struct gdbarch_tdep_base *tdep = gdbarch_tdep_1 (gdbarch);
bpf-tdep.c 61 struct bpf_gdbarch_tdep : gdbarch_tdep_base
60 struct bpf_gdbarch_tdep : gdbarch_tdep_base struct
lm32-tdep.c 50 struct lm32_gdbarch_tdep : gdbarch_tdep_base struct
s12z-tdep.c 460 struct s12z_gdbarch_tdep : gdbarch_tdep_base struct
bpf-tdep.c 61 struct bpf_gdbarch_tdep : gdbarch_tdep_base
60 struct bpf_gdbarch_tdep : gdbarch_tdep_base struct
lm32-tdep.c 50 struct lm32_gdbarch_tdep : gdbarch_tdep_base struct
s12z-tdep.c 460 struct s12z_gdbarch_tdep : gdbarch_tdep_base struct
or1k-tdep.c 66 struct or1k_gdbarch_tdep : gdbarch_tdep_base
65 struct or1k_gdbarch_tdep : gdbarch_tdep_base struct
rx-tdep.c 73 struct rx_gdbarch_tdep : gdbarch_tdep_base struct
or1k-tdep.c 66 struct or1k_gdbarch_tdep : gdbarch_tdep_base
65 struct or1k_gdbarch_tdep : gdbarch_tdep_base struct
rx-tdep.c 73 struct rx_gdbarch_tdep : gdbarch_tdep_base struct
avr-tdep.c 192 struct avr_gdbarch_tdep : gdbarch_tdep_base struct
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.h 69 struct gdbarch_tdep_base struct
71 virtual ~gdbarch_tdep_base() = default;
74 using gdbarch_tdep_up = std::unique_ptr<gdbarch_tdep_base>;
151 Returns the gdbarch_tdep_base field held within GDBARCH. */
153 extern struct gdbarch_tdep_base *gdbarch_tdep_1 (struct gdbarch *gdbarch);
155 /* Return the gdbarch_tdep_base object held within GDBARCH cast to the type
156 TDepType, which should be a sub-class of gdbarch_tdep_base.
159 that the gdbarch_tdep_base within GDBARCH really is of type TDepType.
167 struct gdbarch_tdep_base *tdep = gdbarch_tdep_1 (gdbarch);
gdbarch.h 69 struct gdbarch_tdep_base struct
71 virtual ~gdbarch_tdep_base() = default;
74 using gdbarch_tdep_up = std::unique_ptr<gdbarch_tdep_base>;
151 Returns the gdbarch_tdep_base field held within GDBARCH. */
153 extern struct gdbarch_tdep_base *gdbarch_tdep_1 (struct gdbarch *gdbarch);
155 /* Return the gdbarch_tdep_base object held within GDBARCH cast to the type
156 TDepType, which should be a sub-class of gdbarch_tdep_base.
159 that the gdbarch_tdep_base within GDBARCH really is of type TDepType.
167 struct gdbarch_tdep_base *tdep = gdbarch_tdep_1 (gdbarch);
bpf-tdep.c 61 struct bpf_gdbarch_tdep : gdbarch_tdep_base
60 struct bpf_gdbarch_tdep : gdbarch_tdep_base struct
lm32-tdep.c 50 struct lm32_gdbarch_tdep : gdbarch_tdep_base struct
s12z-tdep.c 460 struct s12z_gdbarch_tdep : gdbarch_tdep_base struct
bpf-tdep.c 61 struct bpf_gdbarch_tdep : gdbarch_tdep_base
60 struct bpf_gdbarch_tdep : gdbarch_tdep_base struct
lm32-tdep.c 50 struct lm32_gdbarch_tdep : gdbarch_tdep_base struct
s12z-tdep.c 460 struct s12z_gdbarch_tdep : gdbarch_tdep_base struct
or1k-tdep.c 66 struct or1k_gdbarch_tdep : gdbarch_tdep_base
65 struct or1k_gdbarch_tdep : gdbarch_tdep_base struct
rx-tdep.c 73 struct rx_gdbarch_tdep : gdbarch_tdep_base struct
or1k-tdep.c 66 struct or1k_gdbarch_tdep : gdbarch_tdep_base
65 struct or1k_gdbarch_tdep : gdbarch_tdep_base struct
rx-tdep.c 73 struct rx_gdbarch_tdep : gdbarch_tdep_base struct

Completed in 44 milliseconds

1 2 3