Home | History | Annotate | Download | only in libutil++

Lines Matching refs:ibfd

145 	ibfd.abfd = fdopen_bfd(image_path, fd);
147 if (!ibfd.valid()) {
160 for (sect = ibfd.abfd->sections; sect; sect = sect->next) {
182 ibfd.close();
197 if (!vma || !ibfd.valid()) {
210 ibfd.get_symbols();
218 dbfd.set_image_bfd_info(&ibfd);
222 for (i = 0; i < ibfd.nr_syms; ++i) {
223 if (!interesting_symbol(ibfd.syms[i]))
226 ibfd.syms[i]->section) != filtered_section.end())
228 symbols.push_back(op_bfd_symbol(ibfd.syms[i]));
303 asection const * sect = ibfd.abfd->sections;
320 if (name.size() == 0 || bfd_sym.artificial() || !ibfd.valid())
332 if (!bfd_get_section_contents(ibfd.abfd, bfd_sym.symbol()->section,
345 if (!ibfd.valid())
348 if (ibfd.has_debug_info())
353 if (find_separate_debug_file(ibfd.abfd, filename, debug_filename, extra_found_images)) {
374 bfd_info const & b = dbfd.valid() ? dbfd : ibfd;
467 if (ibfd.valid())
468 return ::bfd_arch_bits_per_address(ibfd.abfd);
469 // FIXME: this function should be called only if the underlined ibfd