HomeSort by: relevance | last modified time | path
    Searched refs:GDBARCH (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.h 78 gdbarch method. */
129 /* Callback types for 'read_core_file_mappings' gdbarch method. */
149 #include "gdbarch-gen.h"
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
160 that the gdbarch_tdep_base within GDBARCH really is of type TDepType.
166 gdbarch_tdep (struct gdbarch *gdbarch)
231 struct gdbarch *gdbarch; member in struct:gdbarch_list
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gdbarch.h 124 /* Callback types for 'read_core_file_mappings' gdbarch method. */
144 #include "gdbarch-gen.h"
147 Returns the gdbarch_tdep_base field held within GDBARCH. */
149 extern struct gdbarch_tdep_base *gdbarch_tdep_1 (struct gdbarch *gdbarch);
151 /* Return the gdbarch_tdep_base object held within GDBARCH cast to the type
155 that the gdbarch_tdep_base within GDBARCH really is of type TDepType.
161 gdbarch_tdep (struct gdbarch *gdbarch)
163 struct gdbarch_tdep_base *tdep = gdbarch_tdep_1 (gdbarch);
226 struct gdbarch *gdbarch; member in struct:gdbarch_list
    [all...]

Completed in 26 milliseconds