Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-pru.c1002 unsigned char *reloc_contents = NULL; in elf32_pru_adjust_diff_reloc_value() local
1012 reloc_contents = isec_contents + irel->r_offset; in elf32_pru_adjust_diff_reloc_value()
1020 x = bfd_get_signed_8 (abfd, reloc_contents); in elf32_pru_adjust_diff_reloc_value()
1025 x = bfd_get_signed_16 (abfd, reloc_contents); in elf32_pru_adjust_diff_reloc_value()
1030 x = bfd_get_signed_32 (abfd, reloc_contents); in elf32_pru_adjust_diff_reloc_value()
1035 x = bfd_get_signed_16 (abfd, reloc_contents) * 4; in elf32_pru_adjust_diff_reloc_value()
1040 x = bfd_get_signed_32 (abfd, reloc_contents) * 4; in elf32_pru_adjust_diff_reloc_value()
1080 bfd_put_signed_8 (abfd, x & 0xFF, reloc_contents); in elf32_pru_adjust_diff_reloc_value()
1085 bfd_put_signed_16 (abfd, x & 0xFFFF, reloc_contents); in elf32_pru_adjust_diff_reloc_value()
1090 bfd_put_signed_32 (abfd, x & 0xFFFFFFFF, reloc_contents); in elf32_pru_adjust_diff_reloc_value()
[all …]
H A Delf32-ft32.c655 unsigned char * reloc_contents = NULL; in elf32_ft32_adjust_diff_reloc_value() local
672 reloc_contents = isec_contents + irel->r_offset; in elf32_ft32_adjust_diff_reloc_value()
678 x = bfd_get_signed_32 (abfd, reloc_contents); in elf32_ft32_adjust_diff_reloc_value()
711 bfd_put_signed_32 (abfd, new_diff & 0xFFFFFFFF, reloc_contents); in elf32_ft32_adjust_diff_reloc_value()
H A Delf32-avr.c1740 unsigned char *reloc_contents = NULL; in elf32_avr_adjust_diff_reloc_value() local
1750 reloc_contents = isec_contents + irel->r_offset; in elf32_avr_adjust_diff_reloc_value()
1758 x = bfd_get_signed_8 (abfd, reloc_contents); in elf32_avr_adjust_diff_reloc_value()
1763 x = bfd_get_signed_16 (abfd, reloc_contents); in elf32_avr_adjust_diff_reloc_value()
1768 x = bfd_get_signed_32 (abfd, reloc_contents); in elf32_avr_adjust_diff_reloc_value()
1809 bfd_put_signed_8 (abfd, new_diff, reloc_contents); in elf32_avr_adjust_diff_reloc_value()
1814 bfd_put_signed_16 (abfd, new_diff & 0xFFFF, reloc_contents); in elf32_avr_adjust_diff_reloc_value()
1819 bfd_put_signed_32 (abfd, new_diff & 0xFFFFFFFF, reloc_contents); in elf32_avr_adjust_diff_reloc_value()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-pru.c1002 unsigned char *reloc_contents = NULL; in elf32_pru_adjust_diff_reloc_value() local
1012 reloc_contents = isec_contents + irel->r_offset; in elf32_pru_adjust_diff_reloc_value()
1020 x = bfd_get_signed_8 (abfd, reloc_contents); in elf32_pru_adjust_diff_reloc_value()
1025 x = bfd_get_signed_16 (abfd, reloc_contents); in elf32_pru_adjust_diff_reloc_value()
1030 x = bfd_get_signed_32 (abfd, reloc_contents); in elf32_pru_adjust_diff_reloc_value()
1035 x = bfd_get_signed_16 (abfd, reloc_contents) * 4; in elf32_pru_adjust_diff_reloc_value()
1040 x = bfd_get_signed_32 (abfd, reloc_contents) * 4; in elf32_pru_adjust_diff_reloc_value()
1080 bfd_put_signed_8 (abfd, x & 0xFF, reloc_contents); in elf32_pru_adjust_diff_reloc_value()
1085 bfd_put_signed_16 (abfd, x & 0xFFFF, reloc_contents); in elf32_pru_adjust_diff_reloc_value()
1090 bfd_put_signed_32 (abfd, x & 0xFFFFFFFF, reloc_contents); in elf32_pru_adjust_diff_reloc_value()
[all …]
H A Delf32-ft32.c655 unsigned char * reloc_contents = NULL; in elf32_ft32_adjust_diff_reloc_value() local
672 reloc_contents = isec_contents + irel->r_offset; in elf32_ft32_adjust_diff_reloc_value()
678 x = bfd_get_signed_32 (abfd, reloc_contents); in elf32_ft32_adjust_diff_reloc_value()
711 bfd_put_signed_32 (abfd, new_diff & 0xFFFFFFFF, reloc_contents); in elf32_ft32_adjust_diff_reloc_value()
H A Delf32-avr.c1738 unsigned char *reloc_contents = NULL; in elf32_avr_adjust_diff_reloc_value() local
1748 reloc_contents = isec_contents + irel->r_offset; in elf32_avr_adjust_diff_reloc_value()
1756 x = bfd_get_signed_8 (abfd, reloc_contents); in elf32_avr_adjust_diff_reloc_value()
1761 x = bfd_get_signed_16 (abfd, reloc_contents); in elf32_avr_adjust_diff_reloc_value()
1766 x = bfd_get_signed_32 (abfd, reloc_contents); in elf32_avr_adjust_diff_reloc_value()
1807 bfd_put_signed_8 (abfd, new_diff, reloc_contents); in elf32_avr_adjust_diff_reloc_value()
1812 bfd_put_signed_16 (abfd, new_diff & 0xFFFF, reloc_contents); in elf32_avr_adjust_diff_reloc_value()
1817 bfd_put_signed_32 (abfd, new_diff & 0xFFFFFFFF, reloc_contents); in elf32_avr_adjust_diff_reloc_value()