Lines Matching defs:abfd
72 static bfd* abfd;
109 if (!abfd) {
127 abfd = bfd_openr(pgm_name, NULL);
128 if (!abfd) {
133 if (!bfd_check_format(abfd, bfd_object)) {
138 if((symsize = bfd_get_symtab_upper_bound(abfd)) == -1) {
144 symcount = bfd_canonicalize_symtab(abfd, symtab);
151 if ((text = bfd_get_section_by_name(abfd, ".text")) == NULL) {
166 bfd_get_symbol_info(abfd, symtab[i], &syminfo);
185 if (!bfd_find_nearest_line(abfd, text, symtab, (bfd_vma)this_fn - vma,
213 if (!bfd_find_nearest_line(abfd, text, symtab,