Lines Matching full:abfd
226 void fixup_linenr(bfd * abfd, asection * section, asymbol ** syms,
242 size_t section_size = bfd_section_size(abfd, section);
247 bool ret = bfd_find_nearest_line(abfd, section, syms, pc + i,
413 for (asection const * sect = abfd->sections; sect; sect = sect->next) {
431 if (abfd)
432 bfd_close(abfd);
455 bfd * image_bfd = image_bfd_info->abfd;
480 if (sym->section->owner && sym->section->owner == abfd) {
508 bool is_elf64_powerpc_target = (abfd->xvec == &bfd_elf64_powerpc_vec)
509 || (abfd->xvec == &bfd_elf64_powerpcle_vec);
516 long nr_mini_syms = bfd_read_minisymbols(abfd, 0, &buf, &tmp);
531 synth_bfd = image_bfd_info->abfd;
533 synth_bfd = abfd;
576 if (!abfd)
580 << bfd_get_filename(abfd) << endl;
585 if (bfd_get_file_flags(abfd) & HAS_SYMS)
586 nr_syms = bfd_get_symtab_upper_bound(abfd);
598 nr_syms = bfd_canonicalize_symtab(abfd, syms.get());
616 bfd * abfd;
629 abfd = b.abfd;
639 if ((bfd_get_section_flags(abfd, section) & SEC_ALLOC) == 0)
642 if (pc >= bfd_section_size(abfd, section))
645 ret = bfd_find_nearest_line(abfd, section, syms, pc, &cfilename,
660 fixup_linenr(abfd, section, syms, sym.name(), pc, &cfilename,