Home
last modified time | relevance | path

Searched refs:to_make_corefile_notes (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dtarget.h406 char * (*to_make_corefile_notes) (bfd *, int *); member
1003 (current_target.to_make_corefile_notes) (BFD, SIZE_P)
H A Dinftarg.c687 child_ops.to_make_corefile_notes = func; in inftarg_set_make_corefile_notes()
H A Dsol-thread.c1558 return procfs_ops.to_make_corefile_notes (obfd, note_size); in sol_make_note_section()
1610 sol_thread_ops.to_make_corefile_notes = sol_make_note_section; in init_sol_thread_ops()
H A Dexec.c711 exec_ops.to_make_corefile_notes = exec_make_note_section; in init_exec_ops()
H A Dtarget.c450 INHERIT (to_make_corefile_notes, t); in update_current_target()
1639 dummy_target.to_make_corefile_notes = dummy_make_corefile_notes; in init_dummy_target()
H A Dprocfs.c201 procfs_ops.to_make_corefile_notes = procfs_make_note_section; in init_procfs_ops()