Lines Matching refs:input_bfd

850                               bfd *input_bfd,  in cr16_elf_final_link_relocate()  argument
982 Rvalue1 = bfd_get_16 (input_bfd, hit_data); in cr16_elf_final_link_relocate()
985 bfd_put_16 (input_bfd, Rvalue, hit_data); in cr16_elf_final_link_relocate()
989 Rvalue1 = bfd_get_16 (input_bfd, hit_data); in cr16_elf_final_link_relocate()
992 bfd_put_16 (input_bfd, Rvalue, hit_data); in cr16_elf_final_link_relocate()
996 Rvalue1 = bfd_get_16 (input_bfd, hit_data); in cr16_elf_final_link_relocate()
998 bfd_put_16 (input_bfd, Rvalue, hit_data); in cr16_elf_final_link_relocate()
1002 bfd_put_8 (input_bfd, (unsigned char) Rvalue, hit_data); in cr16_elf_final_link_relocate()
1009 Rvalue |= (bfd_get_16 (input_bfd, hit_data)); in cr16_elf_final_link_relocate()
1014 Rvalue1 = bfd_get_16 (input_bfd, hit_data); in cr16_elf_final_link_relocate()
1027 bfd_put_16 (input_bfd, Rvalue, hit_data); in cr16_elf_final_link_relocate()
1033 Rvalue1 = (bfd_get_16 (input_bfd, hit_data + 2) in cr16_elf_final_link_relocate()
1034 | (((bfd_get_16 (input_bfd, hit_data) & 0xf) <<16))); in cr16_elf_final_link_relocate()
1046 bfd_put_16 (input_bfd, ((bfd_get_16 (input_bfd, hit_data) & 0xfff0) in cr16_elf_final_link_relocate()
1048 bfd_put_16 (input_bfd, (Rvalue) & 0xffff, hit_data + 2); in cr16_elf_final_link_relocate()
1079 off = elf_local_got_offsets (input_bfd)[symndx]; in cr16_elf_final_link_relocate()
1093 bfd_put_16 (input_bfd, (bfd_get_16 (input_bfd, hit_data)) in cr16_elf_final_link_relocate()
1095 bfd_put_16 (input_bfd, (Rvalue) & 0xffff, hit_data + 2); in cr16_elf_final_link_relocate()
1130 off = elf_local_got_offsets (input_bfd)[symndx]; in cr16_elf_final_link_relocate()
1139 Rvalue1 =((bfd_get_32 (input_bfd, hit_data) >>16) in cr16_elf_final_link_relocate()
1140 | (((bfd_get_32 (input_bfd, hit_data) & 0xfff) >> 8) <<16)); in cr16_elf_final_link_relocate()
1154 bfd_put_16 (input_bfd, (bfd_get_16 (input_bfd, hit_data)) in cr16_elf_final_link_relocate()
1156 bfd_put_16 (input_bfd, (Rvalue) & 0xffff, hit_data + 2); in cr16_elf_final_link_relocate()
1162 Rvalue1 = ((bfd_get_32 (input_bfd, hit_data) >> 16) in cr16_elf_final_link_relocate()
1163 | (((bfd_get_32 (input_bfd, hit_data) & 0xfff) >> 8) <<16) in cr16_elf_final_link_relocate()
1164 | (((bfd_get_32 (input_bfd, hit_data) & 0xf) <<20))); in cr16_elf_final_link_relocate()
1177 | (bfd_get_32 (input_bfd, hit_data) & 0xf0f0)) in cr16_elf_final_link_relocate()
1183 | (bfd_get_16 (input_bfd, hit_data))) in cr16_elf_final_link_relocate()
1188 Rvalue1 =((((bfd_get_32 (input_bfd, hit_data)) >> 16) &0xffff) in cr16_elf_final_link_relocate()
1189 | (((bfd_get_32 (input_bfd, hit_data)) &0xffff)) << 16); in cr16_elf_final_link_relocate()
1207 | (bfd_get_32 (input_bfd, hit_data)); in cr16_elf_final_link_relocate()
1212 Rvalue1 = ((bfd_get_32 (input_bfd, hit_data) >> 16) in cr16_elf_final_link_relocate()
1213 | (((bfd_get_32 (input_bfd, hit_data) & 0xfff) >> 8) <<16)); in cr16_elf_final_link_relocate()
1226 | (bfd_get_32 (input_bfd, hit_data) & 0xf0ff)); in cr16_elf_final_link_relocate()
1231 Rvalue1 = (bfd_get_32 (input_bfd, hit_data)); in cr16_elf_final_link_relocate()
1244 bfd_put_32 (input_bfd, Rvalue, hit_data); in cr16_elf_final_link_relocate()
1388 bfd *input_bfd, asection *input_section, in elf32_cr16_relocate_section() argument
1397 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; in elf32_cr16_relocate_section()
1398 sym_hashes = elf_sym_hashes (input_bfd); in elf32_cr16_relocate_section()
1430 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel, in elf32_cr16_relocate_section()
1437 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section, in elf32_cr16_relocate_section()
1443 r = cr16_elf_final_link_relocate (howto, input_bfd, output_bfd, in elf32_cr16_relocate_section()
1461 (input_bfd, symtab_hdr->sh_link, sym->st_name)); in elf32_cr16_relocate_section()
1463 name = bfd_section_name (input_bfd, sec); in elf32_cr16_relocate_section()
1471 (bfd_vma) 0, input_bfd, input_section, in elf32_cr16_relocate_section()
1478 (info, name, input_bfd, input_section, in elf32_cr16_relocate_section()
1501 (info, msg, name, input_bfd, input_section, in elf32_cr16_relocate_section()
1525 bfd *input_bfd = input_section->owner; in elf32_cr16_get_relocated_section_contents() local
1539 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; in elf32_cr16_get_relocated_section_contents()
1552 internal_relocs = _bfd_elf_link_read_relocs (input_bfd, input_section, in elf32_cr16_get_relocated_section_contents()
1561 isymbuf = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, in elf32_cr16_get_relocated_section_contents()
1586 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx); in elf32_cr16_get_relocated_section_contents()
1591 if (! elf32_cr16_relocate_section (output_bfd, link_info, input_bfd, in elf32_cr16_get_relocated_section_contents()