Home
last modified time | relevance | path

Searched refs:make_corefile_notes (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDgdbarch.c240 gdbarch_make_corefile_notes_ftype *make_corefile_notes; member
1115 host_address_to_string (gdbarch->make_corefile_notes)); in gdbarch_dump()
3359 return gdbarch->make_corefile_notes != NULL; in gdbarch_make_corefile_notes_p()
3366 gdb_assert (gdbarch->make_corefile_notes != NULL); in gdbarch_make_corefile_notes()
3369 return gdbarch->make_corefile_notes (gdbarch, obfd, note_size); in gdbarch_make_corefile_notes()
3374 gdbarch_make_corefile_notes_ftype make_corefile_notes) in set_gdbarch_make_corefile_notes() argument
3376 gdbarch->make_corefile_notes = make_corefile_notes; in set_gdbarch_make_corefile_notes()
HDgdbarch.h738 …e_corefile_notes (struct gdbarch *gdbarch, gdbarch_make_corefile_notes_ftype *make_corefile_notes);