Lines Matching refs:abfd
658 xml_formatter::get_bfd_object(symbol_entry const * symb, op_bfd * & abfd) const in get_bfd_object()
670 if (abfd && abfd->get_filename() == tmp) in get_bfd_object()
672 delete abfd; in get_bfd_object()
673 abfd = new op_bfd(symb->spu_offset, tmp, in get_bfd_object()
676 if (abfd && abfd->get_filename() == image_name) in get_bfd_object()
678 delete abfd; in get_bfd_object()
679 abfd = new op_bfd(image_name, symbol_filter, in get_bfd_object()
687 delete abfd; in get_bfd_object()
688 abfd = 0; in get_bfd_object()
696 output_the_symbol_data(ostream & out, symbol_entry const * symb, op_bfd * & abfd) in output_the_symbol_data() argument
725 get_bfd_object(symb, abfd); in output_the_symbol_data()
726 if (abfd && abfd->symbol_has_contents(symb->sym_index)) in output_the_symbol_data()
727 xml_support->output_symbol_bytes(bytes_out, symb, sd_it->second, *abfd); in output_the_symbol_data()
738 cg_symbol::children const cg_symb, op_bfd * & abfd) in output_cg_children() argument
752 output_the_symbol_data(out, child, abfd); in output_cg_children()
759 op_bfd * abfd = NULL; in output_symbol_data() local
767 output_the_symbol_data(out, symb, abfd); in output_symbol_data()
770 output_cg_children(out, cg_symb->callers, abfd); in output_symbol_data()
771 output_cg_children(out, cg_symb->callees, abfd); in output_symbol_data()
776 delete abfd; in output_symbol_data()