Lines Matching refs:input_bfd
919 elf32_i860_relocate_splitn (bfd *input_bfd, in elf32_i860_relocate_splitn() argument
927 insn = bfd_get_32 (input_bfd, contents + rello->r_offset); in elf32_i860_relocate_splitn()
936 bfd_put_32 (input_bfd, insn, contents + rello->r_offset); in elf32_i860_relocate_splitn()
944 elf32_i860_relocate_pc16 (bfd *input_bfd, in elf32_i860_relocate_pc16() argument
953 insn = bfd_get_32 (input_bfd, contents + rello->r_offset); in elf32_i860_relocate_pc16()
968 bfd_put_32 (input_bfd, insn, contents + rello->r_offset); in elf32_i860_relocate_pc16()
976 elf32_i860_relocate_pc26 (bfd *input_bfd, in elf32_i860_relocate_pc26() argument
985 insn = bfd_get_32 (input_bfd, contents + rello->r_offset); in elf32_i860_relocate_pc26()
999 bfd_put_32 (input_bfd, insn, contents + rello->r_offset); in elf32_i860_relocate_pc26()
1006 elf32_i860_relocate_highadj (bfd *input_bfd, in elf32_i860_relocate_highadj() argument
1013 insn = bfd_get_32 (input_bfd, contents + rel->r_offset); in elf32_i860_relocate_highadj()
1021 bfd_put_32 (input_bfd, insn, contents + rel->r_offset); in elf32_i860_relocate_highadj()
1029 bfd *input_bfd, in i860_final_link_relocate() argument
1035 return _bfd_final_link_relocate (howto, input_bfd, input_section, in i860_final_link_relocate()
1074 bfd *input_bfd, in elf32_i860_relocate_section() argument
1086 symtab_hdr = & elf_tdata (input_bfd)->symtab_hdr; in elf32_i860_relocate_section()
1087 sym_hashes = elf_sym_hashes (input_bfd); in elf32_i860_relocate_section()
1117 (input_bfd, symtab_hdr->sh_link, sym->st_name); in elf32_i860_relocate_section()
1118 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name; 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()
1145 r = elf32_i860_relocate_highadj (input_bfd, rel, contents, 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()
1162 r = elf32_i860_relocate_splitn (input_bfd, rel, contents, 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()