Searched refs:make_corefile_notes (Results 1 – 2 of 2) sorted by relevance
240 gdbarch_make_corefile_notes_ftype *make_corefile_notes; member1115 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() argument3376 gdbarch->make_corefile_notes = make_corefile_notes; in set_gdbarch_make_corefile_notes()
738 …e_corefile_notes (struct gdbarch *gdbarch, gdbarch_make_corefile_notes_ftype *make_corefile_notes);