Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gdb/gdb/
HDtarget.h406 char * (*to_make_corefile_notes) (bfd *, int *); member
1003 (current_target.to_make_corefile_notes) (BFD, SIZE_P)
HDinftarg.c687 child_ops.to_make_corefile_notes = func; in inftarg_set_make_corefile_notes()
HDsol-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()
HDexec.c711 exec_ops.to_make_corefile_notes = exec_make_note_section; in init_exec_ops()
HDtarget.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()
HDprocfs.c201 procfs_ops.to_make_corefile_notes = procfs_make_note_section; in init_procfs_ops()