Searched defs:bfd_info (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libutil++/
H A Dbfd_support.h26 struct bfd_info { struct
27 bfd_info() : abfd(0), nr_syms(0), synth_syms(0), image_bfd_info(0) {} function in struct:bfd_info
29 ~bfd_info();
50 void set_image_bfd_info(bfd_info * ibfd) { image_bfd_info = ibfd; }
62 * until ~bfd_info time.
70 * that bfd when this bfd_info is for a debuginfo file; otherwise
73 bfd_info * image_bfd_info;
153 find_nearest_line(bfd_info const & ibfd, op_bfd_symbol const & sym,
H A Dbfd_support.cpp408 bool bfd_info::has_debug_info() const
422 bfd_info::~bfd_info()
429 void bfd_info::close()
444 * unnecessary symbols. In particular, the bfd_info::interesting_symbol()
452 void bfd_info::translate_debuginfo_syms(asymbol ** dbg_syms, long nr_dbg_syms)
504 bool bfd_info::get_synth_symbols()
567 bool bfd_info::get_synth_symbols()
574 void bfd_info::get_symbols()
579 cverb << vbfd << "bfd_info
[all...]

Completed in 60 milliseconds