Searched refs:make_corefile_notes (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dexec.c82 char *make_corefile_notes (bfd *, int *) override;
1212 exec_target::make_corefile_notes (bfd *obfd, int *note_size)
1209 exec_target::make_corefile_notes (bfd *obfd, int *note_size) function in class:exec_target
H A Dgdbarch.c278 gdbarch_make_corefile_notes_ftype *make_corefile_notes; member in struct:gdbarch
648 /* Skip verify of make_corefile_notes, has predicate. */
1183 "gdbarch_dump: make_corefile_notes = <%s>\n",
1184 host_address_to_string (gdbarch->make_corefile_notes));
3700 return gdbarch->make_corefile_notes != NULL;
3707 gdb_assert (gdbarch->make_corefile_notes != NULL);
3710 return gdbarch->make_corefile_notes (gdbarch, obfd, note_size);
3715 gdbarch_make_corefile_notes_ftype make_corefile_notes)
3717 gdbarch->make_corefile_notes = make_corefile_notes;
3714 set_gdbarch_make_corefile_notes(struct gdbarch *gdbarch, gdbarch_make_corefile_notes_ftype make_corefile_notes) argument
[all...]
H A Dtarget-delegates.c91 char *make_corefile_notes (bfd *arg0, int *arg1) override;
262 char *make_corefile_notes (bfd *arg0, int *arg1) override;
2296 target_ops::make_corefile_notes (bfd *arg0, int *arg1) function in class:target_ops
2298 return this->beneath ()->make_corefile_notes (arg0, arg1);
2302 dummy_target::make_corefile_notes (bfd *arg0, int *arg1) function in class:dummy_target
2308 debug_target::make_corefile_notes (bfd *arg0, int *arg1) function in class:debug_target
2311 fprintf_unfiltered (gdb_stdlog, "-> %s->make_corefile_notes (...)\n", this->beneath ()->shortname ());
2312 result = this->beneath ()->make_corefile_notes (arg0, arg1);
2313 fprintf_unfiltered (gdb_stdlog, "<- %s->make_corefile_notes (", this->beneath ()->shortname ());
H A Dtarget.h723 /* make_corefile_notes support method for gcore */
724 virtual char *make_corefile_notes (bfd *, int *)
1958 (current_top_target ()->make_corefile_notes) (BFD, SIZE_P)
H A Dprocfs.c139 char *make_corefile_notes (bfd *, int *) override;
3591 procfs_target::make_corefile_notes (bfd *obfd, int *note_size) function in class:procfs_target
H A Dgdbarch.h917 extern void set_gdbarch_make_corefile_notes (struct gdbarch *gdbarch, gdbarch_make_corefile_notes_ftype *make_corefile_notes);
H A Dgdbarch.sh718 M;char *;make_corefile_notes;bfd *obfd, int *note_size;obfd, note_size
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c176 gdbarch_make_corefile_notes_ftype *make_corefile_notes = nullptr; member in struct:gdbarch
434 /* Skip verify of make_corefile_notes, has predicate. */
1005 "gdbarch_dump: make_corefile_notes = <%s>\n",
1006 host_address_to_string (gdbarch->make_corefile_notes));
3672 return gdbarch->make_corefile_notes != NULL;
3679 gdb_assert (gdbarch->make_corefile_notes != NULL);
3682 return gdbarch->make_corefile_notes (gdbarch, obfd, note_size);
3687 gdbarch_make_corefile_notes_ftype make_corefile_notes)
3689 gdbarch->make_corefile_notes = make_corefile_notes;
3686 set_gdbarch_make_corefile_notes(struct gdbarch *gdbarch, gdbarch_make_corefile_notes_ftype make_corefile_notes) argument
[all...]
H A Dexec.c82 gdb::unique_xmalloc_ptr<char> make_corefile_notes (bfd *, int *) override;
1049 exec_target::make_corefile_notes (bfd *obfd, int *note_size)
1046 exec_target::make_corefile_notes (bfd *obfd, int *note_size) function in class:gdb::exec_target
H A Dtarget-delegates.c111 gdb::unique_xmalloc_ptr<char> make_corefile_notes (bfd *arg0, int *arg1) override;
285 gdb::unique_xmalloc_ptr<char> make_corefile_notes (bfd *arg0, int *arg1) override;
2330 target_ops::make_corefile_notes (bfd *arg0, int *arg1) function in class:gdb::target_ops
2332 return this->beneath ()->make_corefile_notes (arg0, arg1);
2336 dummy_target::make_corefile_notes (bfd *arg0, int *arg1) function in class:gdb::dummy_target
2342 debug_target::make_corefile_notes (bfd *arg0, int *arg1) function in class:gdb::debug_target
2345 gdb_printf (gdb_stdlog, "-> %s->make_corefile_notes (...)\n", this->beneath ()->shortname ());
2346 result = this->beneath ()->make_corefile_notes (arg0, arg1);
2347 gdb_printf (gdb_stdlog, "<- %s->make_corefile_notes (", this->beneath ()->shortname ());
H A Dprocfs.c139 gdb::unique_xmalloc_ptr<char> make_corefile_notes (bfd *, int *) override;
3569 procfs_target::make_corefile_notes (bfd *obfd, int *note_size) function in class:gdb::procfs_target
H A Dtarget.h745 /* make_corefile_notes support method for gcore */
746 virtual gdb::unique_xmalloc_ptr<char> make_corefile_notes (bfd *, int *)
H A Dgdbarch-gen.h896 extern void set_gdbarch_make_corefile_notes (struct gdbarch *gdbarch, gdbarch_make_corefile_notes_ftype *make_corefile_notes);
H A Dtarget.c453 return current_inferior ()->top_target ()->make_corefile_notes (bfd, size_p);

Completed in 440 milliseconds