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

/external/oprofile/libutil++/
H A Dbfd_support.h27 bfd_info() : abfd(0), nr_syms(0), synth_syms(0), image_bfd_info(0) {}
50 void set_image_bfd_info(bfd_info * ibfd) { image_bfd_info = ibfd; }
69 * the actual image file. The image_bfd_info field provides access to
71 * image_bfd_info is NULL.
73 bfd_info * image_bfd_info; member in struct:bfd_info
H A Dbfd_support.cpp455 bfd * image_bfd = image_bfd_info->abfd;
529 if (image_bfd_info && image_bfd_info->nr_syms == 0) {
531 synth_bfd = image_bfd_info->abfd;
600 if (image_bfd_info)

Completed in 115 milliseconds