Lines Matching refs:input_bfd

1343 			  bfd *input_bfd,  in _bfd_final_link_relocate()  argument
1380 return _bfd_relocate_contents (howto, input_bfd, relocation, in _bfd_final_link_relocate()
1388 bfd *input_bfd, in _bfd_relocate_contents() argument
1411 x = bfd_get_8 (input_bfd, location); in _bfd_relocate_contents()
1414 x = bfd_get_16 (input_bfd, location); in _bfd_relocate_contents()
1417 x = bfd_get_32 (input_bfd, location); in _bfd_relocate_contents()
1421 x = bfd_get_64 (input_bfd, location); in _bfd_relocate_contents()
1443 addrmask = N_ONES (bfd_arch_bits_per_address (input_bfd)) | fieldmask; in _bfd_relocate_contents()
1562 bfd_put_8 (input_bfd, x, location); in _bfd_relocate_contents()
1565 bfd_put_16 (input_bfd, x, location); in _bfd_relocate_contents()
1568 bfd_put_32 (input_bfd, x, location); in _bfd_relocate_contents()
1572 bfd_put_64 (input_bfd, x, location); in _bfd_relocate_contents()
4190 bfd *input_bfd = link_order->u.indirect.section->owner; in bfd_generic_get_relocated_section_contents() local
4193 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); in bfd_generic_get_relocated_section_contents()
4205 if (!bfd_get_section_contents (input_bfd, in bfd_generic_get_relocated_section_contents()
4221 reloc_count = bfd_canonicalize_reloc (input_bfd, in bfd_generic_get_relocated_section_contents()
4235 bfd_perform_relocation (input_bfd, in bfd_generic_get_relocated_section_contents()
4258 input_bfd, input_section, (*parent)->address, in bfd_generic_get_relocated_section_contents()
4265 (link_info, error_message, input_bfd, input_section, in bfd_generic_get_relocated_section_contents()
4273 input_bfd, input_section, (*parent)->address))) in bfd_generic_get_relocated_section_contents()