Searched refs:bfd_info (Results 1 – 4 of 4) sorted by relevance
/external/oprofile/libutil++/ |
D | bfd_support.h | 26 struct bfd_info { struct 27 bfd_info() : abfd(0), nr_syms(0), synth_syms(0), image_bfd_info(0) {} in bfd_info() function 29 ~bfd_info(); 50 void set_image_bfd_info(bfd_info * ibfd) { image_bfd_info = ibfd; } in set_image_bfd_info() argument 73 bfd_info * image_bfd_info; argument 153 find_nearest_line(bfd_info const & ibfd, op_bfd_symbol const & sym,
|
D | op_bfd.h | 234 void get_symbols_from_file(bfd_info & bfd, size_t start, 259 uint process_symtab(bfd_info * bfd, uint start); 280 bfd_info ibfd; 283 mutable bfd_info dbfd;
|
D | bfd_support.cpp | 408 bool bfd_info::has_debug_info() const in has_debug_info() 422 bfd_info::~bfd_info() in ~bfd_info() 429 void bfd_info::close() in close() 452 void bfd_info::translate_debuginfo_syms(asymbol ** dbg_syms, long nr_dbg_syms) in translate_debuginfo_syms() 504 bool bfd_info::get_synth_symbols() in get_synth_symbols() 567 bool bfd_info::get_synth_symbols() in get_synth_symbols() 574 void bfd_info::get_symbols() in get_symbols() 609 find_nearest_line(bfd_info const & b, op_bfd_symbol const & sym, in find_nearest_line()
|
D | op_bfd.cpp | 374 bfd_info const & b = dbfd.valid() ? dbfd : ibfd; in get_linenr()
|