Lines Matching refs:input_section

656 			asection *input_section,  in bfd_perform_relocation()  argument
690 input_section, output_bfd, in bfd_perform_relocation()
699 reloc_entry->address += input_section->output_offset; in bfd_perform_relocation()
708 octets = reloc_entry->address * bfd_octets_per_byte (abfd, input_section); in bfd_perform_relocation()
709 if (!bfd_reloc_offset_in_range (howto, abfd, input_section, octets)) in bfd_perform_relocation()
735 output_base *= bfd_octets_per_byte (abfd, input_section); in bfd_perform_relocation()
776 input_section->output_section->vma + input_section->output_offset; in bfd_perform_relocation()
790 reloc_entry->address += input_section->output_offset; in bfd_perform_relocation()
801 reloc_entry->address += input_section->output_offset; in bfd_perform_relocation()
999 asection *input_section, in bfd_install_relocation() argument
1030 input_section, abfd, error_message); in bfd_install_relocation()
1037 reloc_entry->address += input_section->output_offset; in bfd_install_relocation()
1045 octets = reloc_entry->address * bfd_octets_per_byte (abfd, input_section); in bfd_install_relocation()
1046 if (!bfd_reloc_offset_in_range (howto, abfd, input_section, octets)) in bfd_install_relocation()
1071 output_base *= bfd_octets_per_byte (abfd, input_section); in bfd_install_relocation()
1112 input_section->output_section->vma + input_section->output_offset; in bfd_install_relocation()
1124 reloc_entry->address += input_section->output_offset; in bfd_install_relocation()
1134 reloc_entry->address += input_section->output_offset; in bfd_install_relocation()
1330 asection *input_section, in _bfd_final_link_relocate() argument
1338 * bfd_octets_per_byte (input_bfd, input_section)); in _bfd_final_link_relocate()
1341 if (!bfd_reloc_offset_in_range (howto, input_bfd, input_section, octets)) in _bfd_final_link_relocate()
1362 relocation -= (input_section->output_section->vma in _bfd_final_link_relocate()
1363 + input_section->output_offset); in _bfd_final_link_relocate()
1507 asection *input_section, in _bfd_clear_contents() argument
1514 if (!bfd_reloc_offset_in_range (howto, input_bfd, input_section, off)) in _bfd_clear_contents()
1526 if (strcmp (bfd_section_name (input_section), ".debug_ranges") == 0 in _bfd_clear_contents()
8454 asection *input_section = link_order->u.indirect.section; in bfd_generic_get_relocated_section_contents() local
8459 reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); in bfd_generic_get_relocated_section_contents()
8464 if (!bfd_get_full_section_contents (input_bfd, input_section, &data)) in bfd_generic_get_relocated_section_contents()
8478 input_section, in bfd_generic_get_relocated_section_contents()
8502 abfd, input_section, (* parent)->address); in bfd_generic_get_relocated_section_contents()
8516 && (input_section->flags & SEC_DEBUGGING) != 0 in bfd_generic_get_relocated_section_contents()
8525 * bfd_octets_per_byte (input_bfd, input_section)); in bfd_generic_get_relocated_section_contents()
8527 input_section, data, off); in bfd_generic_get_relocated_section_contents()
8537 input_section, in bfd_generic_get_relocated_section_contents()
8543 asection *os = input_section->output_section; in bfd_generic_get_relocated_section_contents()
8557 input_bfd, input_section, (*parent)->address, true); in bfd_generic_get_relocated_section_contents()
8563 input_bfd, input_section, (*parent)->address); in bfd_generic_get_relocated_section_contents()
8570 input_bfd, input_section, (*parent)->address); in bfd_generic_get_relocated_section_contents()
8580 abfd, input_section, * parent); in bfd_generic_get_relocated_section_contents()
8590 abfd, input_section, * parent); in bfd_generic_get_relocated_section_contents()
8599 abfd, input_section, * parent, r); in bfd_generic_get_relocated_section_contents()