Searched refs:gdbarch (Results 126 - 141 of 141) sorted by relevance

123456

/haiku-fatelf/src/bin/gdb/gdb/
H A Ddisasm.c328 gdb_disassemble_info (struct gdbarch *gdbarch, struct ui_file *file) argument
344 di.arch = gdbarch_bfd_arch_info (gdbarch)->arch;
345 di.mach = gdbarch_bfd_arch_info (gdbarch)->mach;
346 di.endian = gdbarch_byte_order (gdbarch);
H A Dosabi.c102 void (*init_osabi)(struct gdbarch_info, struct gdbarch *);
111 struct gdbarch *))
312 gdbarch_init_osabi (struct gdbarch_info info, struct gdbarch *gdbarch)
334 gdbarch methods that refer to registers / instructions /
351 (*handler->init_osabi) (info, gdbarch);
310 gdbarch_init_osabi(struct gdbarch_info info, struct gdbarch *gdbarch) argument
H A Dlanguage.c1165 unknown_language_arch_info (struct gdbarch *gdbarch,
1168 lai->string_char_type = builtin_type (gdbarch)->builtin_char;
1169 lai->primitive_type_vector = GDBARCH_OBSTACK_CALLOC (gdbarch, 1,
1292 language_gdbarch_post_init (struct gdbarch *gdbarch)
1297 l = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct language_gdbarch);
1303 (gdbarch, l->arch_info + languages[i]->la_language);
1310 struct gdbarch *gdbarch)
1157 unknown_language_arch_info(struct gdbarch *gdbarch, struct language_arch_info *lai) argument
1283 language_gdbarch_post_init(struct gdbarch *gdbarch) argument
1300 language_string_char_type(const struct language_defn *la, struct gdbarch *gdbarch) argument
1312 language_lookup_primitive_type_by_name(const struct language_defn *la, struct gdbarch *gdbarch, const char *name) argument
[all...]
H A Di387-tdep.c205 i387_print_float_info (struct gdbarch *gdbarch, struct ui_file *file, argument
221 gdb_assert (gdbarch == get_frame_arch (frame));
781 i387_return_value (struct gdbarch *gdbarch, struct regcache *regcache)
783 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
776 i387_return_value(struct gdbarch *gdbarch, struct regcache *regcache) argument
H A Dc-lang.c541 c_language_arch_info (struct gdbarch *gdbarch,
544 const struct builtin_type *builtin = builtin_type (gdbarch);
547 = GDBARCH_OBSTACK_CALLOC (gdbarch, nr_c_primitive_types + 1,
538 c_language_arch_info(struct gdbarch *gdbarch, struct language_arch_info *lai) argument
H A Dgdbtypes.c401 struct gdbarch *gdbarch = current_gdbarch; local
408 else if (gdbarch_address_class_name_to_type_flags_p (gdbarch)
409 && gdbarch_address_class_name_to_type_flags (gdbarch,
423 struct gdbarch *gdbarch = current_gdbarch; local
429 && gdbarch_address_class_type_flags_to_name_p (gdbarch))
430 return gdbarch_address_class_type_flags_to_name (gdbarch, space_flag);
3316 builtin_type (struct gdbarch *gdbarch)
3315 builtin_type(struct gdbarch *gdbarch) argument
3352 gdbtypes_post_init(struct gdbarch *gdbarch) argument
[all...]
H A Dframe.h71 struct gdbarch;
485 extern struct gdbarch *get_frame_arch (struct frame_info *this_frame);
H A Dsolib-svr4.c1270 be a new gdbarch method or something. */
1354 set_solib_svr4_fetch_link_map_offsets (struct gdbarch *gdbarch, argument
1357 deprecated_set_gdbarch_data (gdbarch, fetch_link_map_offsets_gdbarch_data, flmo);
1362 gdbarch' for the new architecture, and is only called if the
1371 init_fetch_link_map_offsets (struct gdbarch *gdbarch) argument
H A Dframe.c649 struct gdbarch *gdbarch = get_frame_arch (frame); local
664 memcpy (tmp, buf, register_size (gdbarch, regnum));
665 write_memory (addr, tmp, register_size (gdbarch, regnum));
1446 struct gdbarch *
H A Dfindvar.c602 struct gdbarch *gdbarch = get_frame_arch (frame);
601 struct gdbarch *gdbarch = get_frame_arch (frame); local
H A Dgnu-v3-abi.c80 vtable_type_gdbarch_data is a gdbarch per-architecture data pointer
98 We use this function as the gdbarch per-architecture data
99 initialization function. We assume that the gdbarch framework
103 build_gdb_vtable_type (struct gdbarch *arch)
121 us, we should add a gdbarch method which, given a type, returns
H A Dcorelow.c71 struct gdbarch *core_gdbarch = NULL;
343 rely on swapped data (see gdbarch.c). We should get rid of that
H A Ddwarf2loc.c192 /* It wouldn't be wrong here to try a gdbarch method, too; finding
208 struct gdbarch *arch = get_frame_arch (frame);
H A Dgdbtypes.h1008 extern const struct builtin_type *builtin_type (struct gdbarch *gdbarch);
H A Dremote.c235 /* Handle for retreving the remote protocol data from gdbarch. */
245 init_remote_state (struct gdbarch *gdbarch) argument
248 struct remote_state *rs = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct remote_state);
256 rs->regs = GDBARCH_OBSTACK_CALLOC (gdbarch, NUM_REGS + NUM_PSEUDO_REGS,
323 bound to an instance of the target object (as in gdbarch-tdep()),
H A Dada-lang.c230 static void ada_language_arch_info (struct gdbarch *,
8649 ada_language_arch_info (struct gdbarch *current_gdbarch,

Completed in 310 milliseconds

123456