Home
last modified time | relevance | path

Searched refs:abfd2 (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dbfd.c1547 bfd *abfd2; in bfd_get_relocated_section_contents() local
1553 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()
Delf32-spu.c4077 bfd *const *abfd2 = b; in sort_bfds() local
4079 return filename_cmp ((*abfd1)->filename, (*abfd2)->filename); in sort_bfds()