Searched refs:abfd2 (Results 1 – 6 of 6) sorted by relevance
2472 bfd *abfd2; in bfd_get_relocated_section_contents() local2478 abfd2 = link_order->u.indirect.section->owner; in bfd_get_relocated_section_contents()2479 if (abfd2 == NULL) in bfd_get_relocated_section_contents()2480 abfd2 = abfd; in bfd_get_relocated_section_contents()2483 abfd2 = abfd; in bfd_get_relocated_section_contents()2485 fn = abfd2->xvec->_bfd_get_relocated_section_contents; in bfd_get_relocated_section_contents()
4101 bfd *const *abfd2 = b; in sort_bfds() local4103 return filename_cmp (bfd_get_filename (*abfd1), bfd_get_filename (*abfd2)); in sort_bfds()
2152 bfd *abfd2; in bfd_get_relocated_section_contents() local2158 abfd2 = link_order->u.indirect.section->owner; in bfd_get_relocated_section_contents()2159 if (abfd2 == NULL) in bfd_get_relocated_section_contents()2160 abfd2 = abfd; in bfd_get_relocated_section_contents()2163 abfd2 = abfd; in bfd_get_relocated_section_contents()2165 fn = abfd2->xvec->_bfd_get_relocated_section_contents; in bfd_get_relocated_section_contents()
4100 bfd *const *abfd2 = b; in sort_bfds() local4102 return filename_cmp (bfd_get_filename (*abfd1), bfd_get_filename (*abfd2)); in sort_bfds()
12687 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.