Lines Matching refs:sword

203   short sword;			/* Extracted from the hole and put back.  */  in cr16c_elf_final_link_relocate()  local
235 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
236 value = sword; in cr16c_elf_final_link_relocate()
257 sword = bfd_get_16 (abfd, (char *) data + octets); in cr16c_elf_final_link_relocate()
258 value = sword & 0x000F; in cr16c_elf_final_link_relocate()
259 value |= ((sword & 0x0F00) >> 4); in cr16c_elf_final_link_relocate()
260 left_val = sword & 0xF0F0; in cr16c_elf_final_link_relocate()
266 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
267 value = sword; in cr16c_elf_final_link_relocate()
321 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
322 value = sword; in cr16c_elf_final_link_relocate()
328 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets + 1); in cr16c_elf_final_link_relocate()
329 value = value | (unsigned short) sword; in cr16c_elf_final_link_relocate()
384 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
385 value = sword; in cr16c_elf_final_link_relocate()
446 sword = value; in cr16c_elf_final_link_relocate()
447 bfd_put_16 (abfd, (bfd_vma) sword, in cr16c_elf_final_link_relocate()
480 sword = value & 0x000F; in cr16c_elf_final_link_relocate()
481 sword |= (value & 0x00F0) << 4; in cr16c_elf_final_link_relocate()
482 sword |= left_val; in cr16c_elf_final_link_relocate()
483 bfd_put_16 (abfd, (bfd_vma) sword, in cr16c_elf_final_link_relocate()
493 sword = value; in cr16c_elf_final_link_relocate()
494 bfd_put_16 (abfd, (bfd_vma) sword, in cr16c_elf_final_link_relocate()
563 sword = value; in cr16c_elf_final_link_relocate()
564 bfd_put_16 (abfd, (bfd_vma) sword, in cr16c_elf_final_link_relocate()
571 sword = value & 0x0000FFFF; in cr16c_elf_final_link_relocate()
575 bfd_put_16 (abfd, (bfd_vma) sword, in cr16c_elf_final_link_relocate()
637 sword = value; in cr16c_elf_final_link_relocate()
638 bfd_put_16 (abfd, (bfd_vma) sword, in cr16c_elf_final_link_relocate()