HomeSort by: relevance | last modified time | path
    Searched defs:reloc_contents (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-ft32.c 658 unsigned char * reloc_contents = NULL;
675 reloc_contents = isec_contents + irel->r_offset;
681 x = bfd_get_signed_32 (abfd, reloc_contents);
714 bfd_put_signed_32 (abfd, new_diff & 0xFFFFFFFF, reloc_contents);
656 unsigned char * reloc_contents = NULL; local
elf32-pru.c 1004 unsigned char *reloc_contents = NULL;
1014 reloc_contents = isec_contents + irel->r_offset;
1022 x = bfd_get_signed_8 (abfd, reloc_contents);
1027 x = bfd_get_signed_16 (abfd, reloc_contents);
1032 x = bfd_get_signed_32 (abfd, reloc_contents);
1037 x = bfd_get_signed_16 (abfd, reloc_contents) * 4;
1042 x = bfd_get_signed_32 (abfd, reloc_contents) * 4;
1082 bfd_put_signed_8 (abfd, x & 0xFF, reloc_contents);
1087 bfd_put_signed_16 (abfd, x & 0xFFFF, reloc_contents);
1092 bfd_put_signed_32 (abfd, x & 0xFFFFFFFF, reloc_contents);
1003 unsigned char *reloc_contents = NULL; local
    [all...]
elf32-avr.c 1737 unsigned char *reloc_contents = NULL;
1747 reloc_contents = isec_contents + irel->r_offset;
1755 x = bfd_get_signed_8 (abfd, reloc_contents);
1760 x = bfd_get_signed_16 (abfd, reloc_contents);
1765 x = bfd_get_signed_32 (abfd, reloc_contents);
1806 bfd_put_signed_8 (abfd, new_diff, reloc_contents);
1811 bfd_put_signed_16 (abfd, new_diff & 0xFFFF, reloc_contents);
1816 bfd_put_signed_32 (abfd, new_diff & 0xFFFFFFFF, reloc_contents);
1736 unsigned char *reloc_contents = NULL; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ft32.c 657 unsigned char * reloc_contents = NULL;
674 reloc_contents = isec_contents + irel->r_offset;
680 x = bfd_get_signed_32 (abfd, reloc_contents);
713 bfd_put_signed_32 (abfd, new_diff & 0xFFFFFFFF, reloc_contents);
655 unsigned char * reloc_contents = NULL; local
elf32-pru.c 1003 unsigned char *reloc_contents = NULL;
1013 reloc_contents = isec_contents + irel->r_offset;
1021 x = bfd_get_signed_8 (abfd, reloc_contents);
1026 x = bfd_get_signed_16 (abfd, reloc_contents);
1031 x = bfd_get_signed_32 (abfd, reloc_contents);
1036 x = bfd_get_signed_16 (abfd, reloc_contents) * 4;
1041 x = bfd_get_signed_32 (abfd, reloc_contents) * 4;
1081 bfd_put_signed_8 (abfd, x & 0xFF, reloc_contents);
1086 bfd_put_signed_16 (abfd, x & 0xFFFF, reloc_contents);
1091 bfd_put_signed_32 (abfd, x & 0xFFFFFFFF, reloc_contents);
1002 unsigned char *reloc_contents = NULL; local
    [all...]
elf32-avr.c 1736 unsigned char *reloc_contents = NULL;
1746 reloc_contents = isec_contents + irel->r_offset;
1754 x = bfd_get_signed_8 (abfd, reloc_contents);
1759 x = bfd_get_signed_16 (abfd, reloc_contents);
1764 x = bfd_get_signed_32 (abfd, reloc_contents);
1805 bfd_put_signed_8 (abfd, new_diff, reloc_contents);
1810 bfd_put_signed_16 (abfd, new_diff & 0xFFFF, reloc_contents);
1815 bfd_put_signed_32 (abfd, new_diff & 0xFFFFFFFF, reloc_contents);
1735 unsigned char *reloc_contents = NULL; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ft32.c 657 unsigned char * reloc_contents = NULL;
674 reloc_contents = isec_contents + irel->r_offset;
680 x = bfd_get_signed_32 (abfd, reloc_contents);
713 bfd_put_signed_32 (abfd, new_diff & 0xFFFFFFFF, reloc_contents);
655 unsigned char * reloc_contents = NULL; local
elf32-pru.c 1003 unsigned char *reloc_contents = NULL;
1013 reloc_contents = isec_contents + irel->r_offset;
1021 x = bfd_get_signed_8 (abfd, reloc_contents);
1026 x = bfd_get_signed_16 (abfd, reloc_contents);
1031 x = bfd_get_signed_32 (abfd, reloc_contents);
1036 x = bfd_get_signed_16 (abfd, reloc_contents) * 4;
1041 x = bfd_get_signed_32 (abfd, reloc_contents) * 4;
1081 bfd_put_signed_8 (abfd, x & 0xFF, reloc_contents);
1086 bfd_put_signed_16 (abfd, x & 0xFFFF, reloc_contents);
1091 bfd_put_signed_32 (abfd, x & 0xFFFFFFFF, reloc_contents);
1002 unsigned char *reloc_contents = NULL; local
    [all...]
elf32-avr.c 1736 unsigned char *reloc_contents = NULL;
1746 reloc_contents = isec_contents + irel->r_offset;
1754 x = bfd_get_signed_8 (abfd, reloc_contents);
1759 x = bfd_get_signed_16 (abfd, reloc_contents);
1764 x = bfd_get_signed_32 (abfd, reloc_contents);
1805 bfd_put_signed_8 (abfd, new_diff, reloc_contents);
1810 bfd_put_signed_16 (abfd, new_diff & 0xFFFF, reloc_contents);
1815 bfd_put_signed_32 (abfd, new_diff & 0xFFFFFFFF, reloc_contents);
1735 unsigned char *reloc_contents = NULL; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-ft32.c 658 unsigned char * reloc_contents = NULL;
675 reloc_contents = isec_contents + irel->r_offset;
681 x = bfd_get_signed_32 (abfd, reloc_contents);
714 bfd_put_signed_32 (abfd, new_diff & 0xFFFFFFFF, reloc_contents);
656 unsigned char * reloc_contents = NULL; local
elf32-pru.c 1004 unsigned char *reloc_contents = NULL;
1014 reloc_contents = isec_contents + irel->r_offset;
1022 x = bfd_get_signed_8 (abfd, reloc_contents);
1027 x = bfd_get_signed_16 (abfd, reloc_contents);
1032 x = bfd_get_signed_32 (abfd, reloc_contents);
1037 x = bfd_get_signed_16 (abfd, reloc_contents) * 4;
1042 x = bfd_get_signed_32 (abfd, reloc_contents) * 4;
1082 bfd_put_signed_8 (abfd, x & 0xFF, reloc_contents);
1087 bfd_put_signed_16 (abfd, x & 0xFFFF, reloc_contents);
1092 bfd_put_signed_32 (abfd, x & 0xFFFFFFFF, reloc_contents);
1003 unsigned char *reloc_contents = NULL; local
    [all...]
elf32-avr.c 1737 unsigned char *reloc_contents = NULL;
1747 reloc_contents = isec_contents + irel->r_offset;
1755 x = bfd_get_signed_8 (abfd, reloc_contents);
1760 x = bfd_get_signed_16 (abfd, reloc_contents);
1765 x = bfd_get_signed_32 (abfd, reloc_contents);
1806 bfd_put_signed_8 (abfd, new_diff, reloc_contents);
1811 bfd_put_signed_16 (abfd, new_diff & 0xFFFF, reloc_contents);
1816 bfd_put_signed_32 (abfd, new_diff & 0xFFFFFFFF, reloc_contents);
1736 unsigned char *reloc_contents = NULL; local

Completed in 51 milliseconds