HomeSort by: relevance | last modified time | path
    Searched refs:get_section_table (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
bfd-target.c 52 const std::vector<target_section> *get_section_table () override;
85 target_bfd::get_section_table () function in class:target_bfd
target-delegates-gen.c 100 const std::vector<target_section> *get_section_table () override;
277 const std::vector<target_section> *get_section_table () override;
1978 target_ops::get_section_table () function in class:target_ops
1980 return this->beneath ()->get_section_table ();
1984 dummy_target::get_section_table () function in class:dummy_target
1990 debug_target::get_section_table () function in class:debug_target
1992 target_debug_printf_nofunc ("-> %s->get_section_table (...)", this->beneath ()->shortname ());
1994 = this->beneath ()->get_section_table ();
1995 target_debug_printf_nofunc ("<- %s->get_section_table () = %s",
target.h 726 virtual const std::vector<target_section> *get_section_table ()
2465 /* Default implementation of get_section_table for dummy_target. */
target.c 1363 return target->get_section_table ();
  /src/external/gpl3/gdb/dist/gdb/
bfd-target.c 52 const std::vector<target_section> *get_section_table () override;
85 target_bfd::get_section_table () function in class:target_bfd
target-delegates-gen.c 100 const std::vector<target_section> *get_section_table () override;
281 const std::vector<target_section> *get_section_table () override;
1986 target_ops::get_section_table () function in class:target_ops
1988 return this->beneath ()->get_section_table ();
1992 dummy_target::get_section_table () function in class:dummy_target
1998 debug_target::get_section_table () function in class:debug_target
2000 target_debug_printf_nofunc ("-> %s->get_section_table (...)", this->beneath ()->shortname ());
2002 = this->beneath ()->get_section_table ();
2003 target_debug_printf_nofunc ("<- %s->get_section_table () = %s",
target.h 726 virtual const std::vector<target_section> *get_section_table ()
2496 /* Default implementation of get_section_table for dummy_target. */
target.c 1373 return target->get_section_table ();

Completed in 27 milliseconds