Lines Matching refs:hit_data

864   bfd_byte *hit_data = contents + offset;  in cr16_elf_final_link_relocate()  local
895 hit_data += 2; in cr16_elf_final_link_relocate()
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()
1047 | ((Rvalue >> 16) & 0xf)), hit_data); in cr16_elf_final_link_relocate()
1048 bfd_put_16 (input_bfd, (Rvalue) & 0xffff, hit_data + 2); 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()
1094 | (((Rvalue >> 16) & 0xf) << 8), 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()
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()
1155 | (((Rvalue >> 16) & 0xf) << 8), 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()