Lines Matching refs:input_section

661 			asection *input_section,  in bfd_perform_relocation()  argument
695 input_section, output_bfd, in bfd_perform_relocation()
704 reloc_entry->address += input_section->output_offset; in bfd_perform_relocation()
713 octets = reloc_entry->address * bfd_octets_per_byte (abfd, input_section); in bfd_perform_relocation()
714 if (!bfd_reloc_offset_in_range (howto, abfd, input_section, octets)) in bfd_perform_relocation()
740 output_base *= bfd_octets_per_byte (abfd, input_section); in bfd_perform_relocation()
781 input_section->output_section->vma + input_section->output_offset; in bfd_perform_relocation()
795 reloc_entry->address += input_section->output_offset; in bfd_perform_relocation()
806 reloc_entry->address += input_section->output_offset; in bfd_perform_relocation()
1002 asection *input_section, in bfd_install_relocation() argument
1031 input_section, abfd, error_message); in bfd_install_relocation()
1063 output_base *= bfd_octets_per_byte (abfd, input_section); in bfd_install_relocation()
1075 relocation -= input_section->vma; in bfd_install_relocation()
1102 octets = reloc_entry->address * bfd_octets_per_byte (abfd, input_section); in bfd_install_relocation()
1103 if (!bfd_reloc_offset_in_range (howto, abfd, input_section, octets)) in bfd_install_relocation()
1153 asection *input_section, in _bfd_final_link_relocate() argument
1161 * bfd_octets_per_byte (input_bfd, input_section)); in _bfd_final_link_relocate()
1164 if (!bfd_reloc_offset_in_range (howto, input_bfd, input_section, octets)) in _bfd_final_link_relocate()
1185 relocation -= (input_section->output_section->vma in _bfd_final_link_relocate()
1186 + input_section->output_offset); in _bfd_final_link_relocate()
1330 asection *input_section, in _bfd_clear_contents() argument
1337 if (!bfd_reloc_offset_in_range (howto, input_bfd, input_section, off)) in _bfd_clear_contents()
1349 if (strcmp (bfd_section_name (input_section), ".debug_ranges") == 0 in _bfd_clear_contents()
8568 asection *input_section = link_order->u.indirect.section; in bfd_generic_get_relocated_section_contents() local
8573 reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); in bfd_generic_get_relocated_section_contents()
8579 if (!bfd_get_full_section_contents (input_bfd, input_section, &data)) in bfd_generic_get_relocated_section_contents()
8593 input_section, in bfd_generic_get_relocated_section_contents()
8617 abfd, input_section, (* parent)->address); in bfd_generic_get_relocated_section_contents()
8631 && (input_section->flags & SEC_DEBUGGING) != 0 in bfd_generic_get_relocated_section_contents()
8640 * bfd_octets_per_byte (input_bfd, input_section)); in bfd_generic_get_relocated_section_contents()
8642 input_section, data, off); in bfd_generic_get_relocated_section_contents()
8652 input_section, in bfd_generic_get_relocated_section_contents()
8658 asection *os = input_section->output_section; in bfd_generic_get_relocated_section_contents()
8672 input_bfd, input_section, (*parent)->address, true); in bfd_generic_get_relocated_section_contents()
8678 input_bfd, input_section, (*parent)->address); in bfd_generic_get_relocated_section_contents()
8685 input_bfd, input_section, (*parent)->address); in bfd_generic_get_relocated_section_contents()
8695 abfd, input_section, * parent); in bfd_generic_get_relocated_section_contents()
8705 abfd, input_section, * parent); in bfd_generic_get_relocated_section_contents()
8714 abfd, input_section, * parent, r); in bfd_generic_get_relocated_section_contents()