Searched refs:Rvalue1 (Results 1 – 1 of 1) sorted by relevance
865 bfd_vma reloc_bits, check, Rvalue1; in cr16_elf_final_link_relocate() local982 Rvalue1 = bfd_get_16 (input_bfd, hit_data); in cr16_elf_final_link_relocate()983 Rvalue = ((Rvalue1 & 0xf000) | ((Rvalue << 4) & 0xf00) in cr16_elf_final_link_relocate()984 | (Rvalue1 & 0x00f0) | (Rvalue & 0xf)); in cr16_elf_final_link_relocate()989 Rvalue1 = bfd_get_16 (input_bfd, hit_data); in cr16_elf_final_link_relocate()990 Rvalue = (((Rvalue1 & 0xff) << 8) | ((Rvalue << 4) & 0xf0) in cr16_elf_final_link_relocate()991 | ((Rvalue1 & 0x0f00) >> 8)); in cr16_elf_final_link_relocate()996 Rvalue1 = bfd_get_16 (input_bfd, hit_data); in cr16_elf_final_link_relocate()997 Rvalue = (Rvalue1 | ((Rvalue & 0xf) << 4)); in cr16_elf_final_link_relocate()1014 Rvalue1 = bfd_get_16 (input_bfd, hit_data); in cr16_elf_final_link_relocate()[all …]