Lines Matching refs:input_section

35                        asection *input_section,  in i860_howto_pc26_reloc()  argument
48 reloc_entry->address += input_section->output_offset; in i860_howto_pc26_reloc()
66 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in i860_howto_pc26_reloc()
70 relocation -= (input_section->output_section->vma in i860_howto_pc26_reloc()
71 + input_section->output_offset in i860_howto_pc26_reloc()
98 asection *input_section, in i860_howto_pc16_reloc() argument
111 reloc_entry->address += input_section->output_offset; in i860_howto_pc16_reloc()
129 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in i860_howto_pc16_reloc()
133 relocation -= (input_section->output_section->vma in i860_howto_pc16_reloc()
134 + input_section->output_offset in i860_howto_pc16_reloc()
162 asection *input_section, in i860_howto_highadj_reloc() argument
175 reloc_entry->address += input_section->output_offset; in i860_howto_highadj_reloc()
194 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in i860_howto_highadj_reloc()
215 asection *input_section, in i860_howto_splitn_reloc() argument
228 reloc_entry->address += input_section->output_offset; in i860_howto_splitn_reloc()
246 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in i860_howto_splitn_reloc()
945 asection *input_section, in elf32_i860_relocate_pc16() argument
956 value -= (input_section->output_section->vma in elf32_i860_relocate_pc16()
957 + input_section->output_offset); in elf32_i860_relocate_pc16()
977 asection *input_section, in elf32_i860_relocate_pc26() argument
988 value -= (input_section->output_section->vma in elf32_i860_relocate_pc26()
989 + input_section->output_offset); in elf32_i860_relocate_pc26()
1030 asection *input_section, in i860_final_link_relocate() argument
1035 return _bfd_final_link_relocate (howto, input_bfd, input_section, in i860_final_link_relocate()
1075 asection *input_section, in elf32_i860_relocate_section() argument
1088 relend = relocs + input_section->reloc_count; in elf32_i860_relocate_section()
1124 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel, in elf32_i860_relocate_section()
1131 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section, in elf32_i860_relocate_section()
1140 r = i860_final_link_relocate (howto, input_bfd, input_section, in elf32_i860_relocate_section()
1150 r = elf32_i860_relocate_pc16 (input_bfd, input_section, rel, in elf32_i860_relocate_section()
1155 r = elf32_i860_relocate_pc26 (input_bfd, input_section, rel, in elf32_i860_relocate_section()
1201 (bfd_vma) 0, input_bfd, input_section, rel->r_offset); in elf32_i860_relocate_section()
1206 (info, name, input_bfd, input_section, rel->r_offset, TRUE); in elf32_i860_relocate_section()
1228 (info, msg, name, input_bfd, input_section, rel->r_offset); in elf32_i860_relocate_section()