Home
last modified time | relevance | path

Searched refs:image_bfd_info (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/libutil++/
Dbfd_support.h27 bfd_info() : abfd(0), nr_syms(0), synth_syms(0), image_bfd_info(0) {} in bfd_info()
50 void set_image_bfd_info(bfd_info * ibfd) { image_bfd_info = ibfd; } in set_image_bfd_info()
73 bfd_info * image_bfd_info; member
Dbfd_support.cpp455 bfd * image_bfd = image_bfd_info->abfd; in translate_debuginfo_syms()
529 if (image_bfd_info && image_bfd_info->nr_syms == 0) { in get_synth_symbols()
531 synth_bfd = image_bfd_info->abfd; in get_synth_symbols()
600 if (image_bfd_info) in get_symbols()