HomeSort by: relevance | last modified time | path
    Searched defs:target_bfd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
bfd-target.c 33 class target_bfd : public target_ops
36 explicit target_bfd (const gdb_bfd_ref_ptr &bfd);
65 target_bfd::xfer_partial (target_object object,
85 target_bfd::get_section_table ()
90 target_bfd::target_bfd (const gdb_bfd_ref_ptr &abfd) function in class:target_bfd
99 return target_ops_up (new target_bfd (abfd));
103 target_bfd::close ()
  /src/external/gpl3/gdb/dist/gdb/
bfd-target.c 33 class target_bfd : public target_ops
36 explicit target_bfd (const gdb_bfd_ref_ptr &bfd);
65 target_bfd::xfer_partial (target_object object,
85 target_bfd::get_section_table ()
90 target_bfd::target_bfd (const gdb_bfd_ref_ptr &abfd) function in class:target_bfd
99 return target_ops_up (new target_bfd (abfd));
103 target_bfd::close ()

Completed in 15 milliseconds