HomeSort by relevance Sort by last modified time
    Searched full:bfd_info (Results 1 - 4 of 4) sorted by null

  /external/oprofile/libutil++/
bfd_support.h 26 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,
bfd_support.cpp 408 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::get_symbols() for
    [all...]
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;
op_bfd.cpp 374 bfd_info const & b = dbfd.valid() ? dbfd : ibfd;

Completed in 1332 milliseconds