Searched refs:reloc_contents (Results 1 – 1 of 1) sorted by relevance
1731 unsigned char *reloc_contents = NULL; in elf32_avr_adjust_diff_reloc_value() local1741 reloc_contents = isec_contents + irel->r_offset; in elf32_avr_adjust_diff_reloc_value()1749 x = *reloc_contents; in elf32_avr_adjust_diff_reloc_value()1754 x = bfd_get_16 (abfd, reloc_contents); in elf32_avr_adjust_diff_reloc_value()1759 x = bfd_get_32 (abfd, reloc_contents); in elf32_avr_adjust_diff_reloc_value()1786 *reloc_contents = (x - count); in elf32_avr_adjust_diff_reloc_value()1791 bfd_put_16 (abfd, (x - count) & 0xFFFF, reloc_contents); in elf32_avr_adjust_diff_reloc_value()1796 bfd_put_32 (abfd, (x - count) & 0xFFFFFFFF, reloc_contents); in elf32_avr_adjust_diff_reloc_value()