Searched refs:reloc_contents (Results 1 – 1 of 1) sorted by relevance
1638 unsigned char *reloc_contents = NULL; in elf32_avr_adjust_diff_reloc_value() local1648 reloc_contents = isec_contents + irel->r_offset; in elf32_avr_adjust_diff_reloc_value()1656 x = *reloc_contents; in elf32_avr_adjust_diff_reloc_value()1661 x = bfd_get_16 (abfd, reloc_contents); in elf32_avr_adjust_diff_reloc_value()1666 x = bfd_get_32 (abfd, reloc_contents); in elf32_avr_adjust_diff_reloc_value()1693 *reloc_contents = (x - count); in elf32_avr_adjust_diff_reloc_value()1698 bfd_put_16 (abfd, (x - count) & 0xFFFF, reloc_contents); in elf32_avr_adjust_diff_reloc_value()1703 bfd_put_32 (abfd, (x - count) & 0xFFFFFFFF, reloc_contents); in elf32_avr_adjust_diff_reloc_value()