Lines Matching refs:input_section

575 			asection *input_section,  in bfd_perform_relocation()  argument
591 reloc_entry->address += input_section->output_offset; in bfd_perform_relocation()
610 input_section, output_bfd, in bfd_perform_relocation()
617 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in bfd_perform_relocation()
677 input_section->output_section->vma + input_section->output_offset; in bfd_perform_relocation()
691 reloc_entry->address += input_section->output_offset; in bfd_perform_relocation()
702 reloc_entry->address += input_section->output_offset; in bfd_perform_relocation()
962 asection *input_section, in bfd_install_relocation() argument
977 reloc_entry->address += input_section->output_offset; in bfd_install_relocation()
994 input_section, abfd, error_message); in bfd_install_relocation()
1000 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in bfd_install_relocation()
1059 input_section->output_section->vma + input_section->output_offset; in bfd_install_relocation()
1071 reloc_entry->address += input_section->output_offset; in bfd_install_relocation()
1081 reloc_entry->address += input_section->output_offset; in bfd_install_relocation()
1328 asection *input_section, in _bfd_final_link_relocate() argument
1337 if (address > bfd_get_section_limit (input_bfd, input_section)) in _bfd_final_link_relocate()
1358 relocation -= (input_section->output_section->vma in _bfd_final_link_relocate()
1359 + input_section->output_offset); in _bfd_final_link_relocate()
1549 asection *input_section, in _bfd_clear_contents() argument
1585 if (strcmp (bfd_get_section_name (input_bfd, input_section), in _bfd_clear_contents()
7553 asection *input_section = link_order->u.indirect.section; 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()
7574 input_section, in bfd_generic_get_relocated_section_contents()
7598 _bfd_clear_contents ((*parent)->howto, input_bfd, input_section, in bfd_generic_get_relocated_section_contents()
7609 input_section, in bfd_generic_get_relocated_section_contents()
7615 asection *os = input_section->output_section; 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()
7655 abfd, input_section, * parent); in bfd_generic_get_relocated_section_contents()