Lines Matching refs:input_bfd
1327 bfd *input_bfd, in _bfd_final_link_relocate() argument
1337 if (address > bfd_get_section_limit (input_bfd, input_section)) in _bfd_final_link_relocate()
1364 return _bfd_relocate_contents (howto, input_bfd, relocation, in _bfd_final_link_relocate()
1372 bfd *input_bfd, in _bfd_relocate_contents() argument
1395 x = bfd_get_8 (input_bfd, location); in _bfd_relocate_contents()
1398 x = bfd_get_16 (input_bfd, location); in _bfd_relocate_contents()
1401 x = bfd_get_32 (input_bfd, location); in _bfd_relocate_contents()
1405 x = bfd_get_64 (input_bfd, location); in _bfd_relocate_contents()
1428 addrmask = (N_ONES (bfd_arch_bits_per_address (input_bfd)) in _bfd_relocate_contents()
1521 bfd_put_8 (input_bfd, x, location); in _bfd_relocate_contents()
1524 bfd_put_16 (input_bfd, x, location); in _bfd_relocate_contents()
1527 bfd_put_32 (input_bfd, x, location); in _bfd_relocate_contents()
1531 bfd_put_64 (input_bfd, x, location); in _bfd_relocate_contents()
1548 bfd *input_bfd, in _bfd_clear_contents() argument
1563 x = bfd_get_8 (input_bfd, location); in _bfd_clear_contents()
1566 x = bfd_get_16 (input_bfd, location); in _bfd_clear_contents()
1569 x = bfd_get_32 (input_bfd, location); in _bfd_clear_contents()
1573 x = bfd_get_64 (input_bfd, location); in _bfd_clear_contents()
1585 if (strcmp (bfd_get_section_name (input_bfd, input_section), in _bfd_clear_contents()
1597 bfd_put_8 (input_bfd, x, location); in _bfd_clear_contents()
1600 bfd_put_16 (input_bfd, x, location); in _bfd_clear_contents()
1603 bfd_put_32 (input_bfd, x, location); in _bfd_clear_contents()
1607 bfd_put_64 (input_bfd, x, location); in _bfd_clear_contents()
7552 bfd *input_bfd = link_order->u.indirect.section->owner; in bfd_generic_get_relocated_section_contents() local
7558 reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); in bfd_generic_get_relocated_section_contents()
7563 if (!bfd_get_full_section_contents (input_bfd, input_section, &data)) in bfd_generic_get_relocated_section_contents()
7573 reloc_count = bfd_canonicalize_reloc (input_bfd, in bfd_generic_get_relocated_section_contents()
7597 p = data + (*parent)->address * bfd_octets_per_byte (input_bfd); in bfd_generic_get_relocated_section_contents()
7598 _bfd_clear_contents ((*parent)->howto, input_bfd, input_section, in bfd_generic_get_relocated_section_contents()
7606 r = bfd_perform_relocation (input_bfd, in bfd_generic_get_relocated_section_contents()
7629 input_bfd, input_section, (*parent)->address, in bfd_generic_get_relocated_section_contents()
7636 (link_info, error_message, input_bfd, input_section, in bfd_generic_get_relocated_section_contents()
7645 input_bfd, input_section, (*parent)->address))) in bfd_generic_get_relocated_section_contents()