Lines Matching refs:value1
1975 bfd_vma value1 = 0; in elf32_cr16_relax_section() local
1978 value1 = ((bfd_get_32 (abfd, contents + irel->r_offset + 2) >> 16) in elf32_cr16_relax_section()
1982 if ((long) (value + value1) < 0xfffff && (long) (value + value1) > 0) in elf32_cr16_relax_section()
2014 if (value1 & 0x80000000) in elf32_cr16_relax_section()
2017 …bfd_put_8 (abfd, (((value1 >> 16)&0xf) | (bfd_get_8(abfd, contents + irel->r_offset))), contents +… in elf32_cr16_relax_section()
2036 && ((long)(value + value1) < 0x7fff && (long)(value + value1) > 0)) in elf32_cr16_relax_section()
2063 if (value1 & 0x80000000) in elf32_cr16_relax_section()
2066 bfd_put_16 (abfd, value1, contents + irel->r_offset + 2); in elf32_cr16_relax_section()
2091 bfd_vma value1 = 0; in elf32_cr16_relax_section()
2094 value1 = ((bfd_get_16 (abfd, contents + irel->r_offset + 2) & 0xffff)); in elf32_cr16_relax_section()
2098 value1 |= ((bfd_get_16 (abfd, contents + irel->r_offset + 1) & 0xf000) << 0x4); in elf32_cr16_relax_section()
2102 if ((((long) (value + value1)) < 0xf) in elf32_cr16_relax_section()
2103 && (((long) (value + value1)) > 0)) in elf32_cr16_relax_section()