Searched refs:sword (Results 1 – 1 of 1) sorted by relevance
203 short sword; /* Extracted from the hole and put back. */ in cr16c_elf_final_link_relocate() local235 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()[all …]