Searched refs:get_section_table (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbfd-target.c54 target_section_table *get_section_table () override;
88 target_bfd::get_section_table () function in class:target_bfd
H A Dexec.c78 struct target_section_table *get_section_table () override;
1032 exec_target::get_section_table ()
1043 struct target_section_table *table = get_section_table ();
1030 exec_target::get_section_table () function in class:exec_target
H A Dtarget-delegates.c80 struct target_section_table *get_section_table () override;
251 struct target_section_table *get_section_table () override;
2025 target_ops::get_section_table () function in class:target_ops
2027 return this->beneath ()->get_section_table ();
2031 dummy_target::get_section_table () function in class:dummy_target
2037 debug_target::get_section_table () function in class:debug_target
2040 fprintf_unfiltered (gdb_stdlog, "-> %s->get_section_table (...)\n", this->beneath ()->shortname ());
2041 result = this->beneath ()->get_section_table ();
2042 fprintf_unfiltered (gdb_stdlog, "<- %s->get_section_table (", this->beneath ()->shortname ());
H A Dtarget.h685 virtual struct target_section_table *get_section_table ()
H A Dtarget.c830 return target->get_section_table ();
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbfd-target.c53 const target_section_table *get_section_table () override;
86 target_bfd::get_section_table () function in class:target_bfd
H A Dtarget-delegates.c99 const target_section_table *get_section_table () override;
273 const target_section_table *get_section_table () override;
2034 target_ops::get_section_table () function in class:target_ops
2036 return this->beneath ()->get_section_table ();
2040 dummy_target::get_section_table () function in class:dummy_target
2046 debug_target::get_section_table () function in class:debug_target
2049 gdb_printf (gdb_stdlog, "-> %s->get_section_table (...)\n", this->beneath ()->shortname ());
2050 result = this->beneath ()->get_section_table ();
2051 gdb_printf (gdb_stdlog, "<- %s->get_section_table (", this->beneath ()->shortname ());
H A Dtarget.h698 virtual const target_section_table *get_section_table ()
2407 /* Default implementation of get_section_table for dummy_target. */
H A Dtarget.c1373 return target->get_section_table ();

Completed in 176 milliseconds