Home
last modified time | relevance | path

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

/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-score7.c231 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
233 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
234 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
242 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
243 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
525 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
527 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
528 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
539 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
540 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]
H A Delf32-score.c332 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
334 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
335 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
343 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
344 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
624 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
626 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
627 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
638 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
639 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-score7.c231 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
233 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
234 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
242 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
243 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
525 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
527 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
528 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
539 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
540 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]
H A Delf32-score.c332 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
334 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
335 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
343 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
344 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
624 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
626 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
627 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
638 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
639 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-score7.c231 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
233 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
234 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
242 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
243 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
525 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
527 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
528 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
539 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
540 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]
H A Delf32-score.c332 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
334 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
335 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
343 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
344 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
624 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
626 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
627 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
638 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
639 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-score7.c231 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
233 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
234 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
242 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
243 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
525 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
527 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
528 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
539 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
540 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]
H A Delf32-score.c332 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
334 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
335 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
343 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
344 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
624 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
626 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
627 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
638 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
639 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf32-score7.c228 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
230 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
231 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
239 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
240 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
522 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
524 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
525 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
536 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
537 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]
H A Delf32-score.c329 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
331 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
332 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
340 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
341 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
621 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
623 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
624 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
635 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
636 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf32-score7.c228 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
230 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
231 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
239 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
240 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
522 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
524 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
525 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
536 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
537 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]
H A Delf32-score.c329 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
331 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
332 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
340 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
341 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
621 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
623 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
624 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
635 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
636 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf32-score7.c228 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
230 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
231 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
239 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
240 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
522 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
524 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
525 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
536 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
537 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]
H A Delf32-score.c329 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
331 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
332 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
340 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
341 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
621 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
623 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
624 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
635 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
636 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf32-score7.c228 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
230 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
231 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
239 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
240 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
522 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
524 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
525 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
536 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
537 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]
H A Delf32-score.c330 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
332 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
333 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
341 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
342 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
622 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
624 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
625 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
636 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
637 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-score7.c228 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
230 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
231 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
239 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
240 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
522 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
524 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
525 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
536 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
537 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]
H A Delf32-score.c329 unsigned long hi16_offset, hi16_value, uvalue; in score_elf_lo16_reloc() local
331 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc()
332 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_lo16_reloc()
340 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_lo16_reloc()
341 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc()
621 signed long hi16_offset, hi16_value, uvalue; in score_elf_got_lo16_reloc() local
623 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc()
624 hi16_offset = ((((hi16_value >> 16) & 0x3) << 15) | (hi16_value & 0x7fff)) >> 1; in score_elf_got_lo16_reloc()
635 hi16_value = (hi16_value & ~0x37fff) | (hi16_offset & 0x7fff) | ((hi16_offset << 1) & 0x30000); in score_elf_got_lo16_reloc()
636 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
[all …]