Searched refs:gdbarch_read_core_file_mappings_ftype (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h1638 typedef void (gdbarch_read_core_file_mappings_ftype) (struct gdbarch *gdbarch, struct bfd *cbfd,gdb::function_view<void (ULONGEST count)> pre_loop_cb,gdb::function_view<void (int num, ULONGEST start, ULONGEST end, ULONGEST file_ofs, const char *filename, const void *other)> loop_cb); typedef
1640 extern void set_gdbarch_read_core_file_mappings (struct gdbarch *gdbarch, gdbarch_read_core_file_mappings_ftype *read_core_file_mappings);
H A Dgdbarch.c353 gdbarch_read_core_file_mappings_ftype *read_core_file_mappings;
5203 gdbarch_read_core_file_mappings_ftype read_core_file_mappings)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h1656 typedef void (gdbarch_read_core_file_mappings_ftype) (struct gdbarch *gdbarch, struct bfd *cbfd, read_core_file_mappings_pre_loop_ftype pre_loop_cb, read_core_file_mappings_loop_ftype loop_cb); typedef
1658 extern void set_gdbarch_read_core_file_mappings (struct gdbarch *gdbarch, gdbarch_read_core_file_mappings_ftype *read_core_file_mappings);
H A Dgdbarch.c257 gdbarch_read_core_file_mappings_ftype *read_core_file_mappings = default_read_core_file_mappings;
5313 gdbarch_read_core_file_mappings_ftype read_core_file_mappings)

Completed in 322 milliseconds