Home
last modified time | relevance | path

Searched refs:left_val (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-cr16c.c212 long left_val = 0; in cr16c_elf_final_link_relocate() local
251 left_val = value & 0xF; in cr16c_elf_final_link_relocate()
260 left_val = sword & 0xF0F0; in cr16c_elf_final_link_relocate()
275 left_val = value & 0x0000FF00; in cr16c_elf_final_link_relocate()
284 left_val = value & 0x0000F0F0; in cr16c_elf_final_link_relocate()
304 left_val = value & 0xF0; in cr16c_elf_final_link_relocate()
309 left_val = value & 0xF0; in cr16c_elf_final_link_relocate()
315 left_val = value & 0x00F0FFCF; in cr16c_elf_final_link_relocate()
326 left_val = value & 0xF0; in cr16c_elf_final_link_relocate()
360 left_val = value & 0x0000FFF0; in cr16c_elf_final_link_relocate()
[all …]