Searched refs:abfd2 (Results 1 – 2 of 2) sorted by relevance
1547 bfd *abfd2; in bfd_get_relocated_section_contents() local1553 abfd2 = link_order->u.indirect.section->owner; in bfd_get_relocated_section_contents()1554 if (abfd2 == NULL) in bfd_get_relocated_section_contents()1555 abfd2 = abfd; in bfd_get_relocated_section_contents()1558 abfd2 = abfd; in bfd_get_relocated_section_contents()1560 fn = abfd2->xvec->_bfd_get_relocated_section_contents; in bfd_get_relocated_section_contents()
4077 bfd *const *abfd2 = b; in sort_bfds() local4079 return filename_cmp ((*abfd1)->filename, (*abfd2)->filename); in sort_bfds()