Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcpu-ns32k.c392 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
393 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
402 if ((bfd_signed_vma) check > reloc_signed_max
693 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
694 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
696 if (signed_check > reloc_signed_max
H A Daout-tic30.c453 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; in tic30_aout_relocate_contents() local
454 bfd_signed_vma reloc_signed_min = ~reloc_signed_max; in tic30_aout_relocate_contents()
456 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min) in tic30_aout_relocate_contents()
H A Delf32-arm.c3357 bfd_signed_vma reloc_signed_max = ((1 << (howto->bitsize - 1)) - 1) >> howto->rightshift; in elf32_arm_final_link_relocate() local
3358 bfd_signed_vma reloc_signed_min = ~ reloc_signed_max; in elf32_arm_final_link_relocate()
3447 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min) in elf32_arm_final_link_relocate()
3476 bfd_signed_vma reloc_signed_max = ((1 << (howto->bitsize - 1)) - 1) >> howto->rightshift; in elf32_arm_final_link_relocate() local
3477 bfd_signed_vma reloc_signed_min = ~ reloc_signed_max; in elf32_arm_final_link_relocate()
3517 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min) in elf32_arm_final_link_relocate()
3550 bfd_signed_vma reloc_signed_min = ~ reloc_signed_max; in elf32_arm_final_link_relocate()
3591 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min) in elf32_arm_final_link_relocate()
3619 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; in elf32_arm_final_link_relocate() local
3620 bfd_signed_vma reloc_signed_min = ~ reloc_signed_max; in elf32_arm_final_link_relocate()
[all …]
H A Dcoff-arm.c1564 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; in coff_arm_relocate_section() local
1565 bfd_signed_vma reloc_signed_min = ~reloc_signed_max; in coff_arm_relocate_section()
1624 if ( signed_check > reloc_signed_max in coff_arm_relocate_section()
H A DChangeLog-02039124 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcpu-ns32k.c394 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
395 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
404 if ((bfd_signed_vma) check > reloc_signed_max
695 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
696 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
698 if (signed_check > reloc_signed_max
H A Daout-tic30.c495 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
496 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
497 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
H A Delf32-arm.h1591 bfd_signed_vma reloc_signed_max = ((1 << (howto->bitsize - 1)) - 1) >> howto->rightshift; local
1592 bfd_signed_vma reloc_signed_min = ~ reloc_signed_max;
1669 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
1697 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
1698 bfd_signed_vma reloc_signed_min = ~ reloc_signed_max;
1731 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
H A Dcoff-arm.c1649 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
1650 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
1709 if ( signed_check > reloc_signed_max
H A DChangeLog-02039124 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.