Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/bfd/
Dbfd.c1316 bfd *abfd2; in bfd_get_relocated_section_contents() local
1322 abfd2 = link_order->u.indirect.section->owner; in bfd_get_relocated_section_contents()
1323 if (abfd2 == NULL) in bfd_get_relocated_section_contents()
1324 abfd2 = abfd; in bfd_get_relocated_section_contents()
1327 abfd2 = abfd; in bfd_get_relocated_section_contents()
1329 fn = abfd2->xvec->_bfd_get_relocated_section_contents; in bfd_get_relocated_section_contents()