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

  /src/external/gpl3/binutils/dist/bfd/
elfcode.h 1652 bfd_size_type reloc_count2;
1668 reloc_count2 = rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0;
1671 if (asect->reloc_count != reloc_count + reloc_count2)
1689 reloc_count2 = 0;
1692 if (_bfd_mul_overflow (reloc_count + reloc_count2, sizeof (arelent), &amt))
1710 rel_hdr2, reloc_count2,
1649 bfd_size_type reloc_count2; local
elf64-mips.c 4194 bfd_size_type reloc_count2;
4210 reloc_count2 = (rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0);
4212 BFD_ASSERT (asect->reloc_count == 3 * (reloc_count + reloc_count2));
4229 reloc_count2 = 0;
4233 amt = (reloc_count + reloc_count2) * 3 * sizeof (arelent);
4246 rel_hdr2, reloc_count2,
4188 bfd_size_type reloc_count2; local
  /src/external/gpl3/binutils.old/dist/bfd/
elfcode.h 1653 bfd_size_type reloc_count2;
1669 reloc_count2 = rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0;
1672 if (asect->reloc_count != reloc_count + reloc_count2)
1690 reloc_count2 = 0;
1693 if (_bfd_mul_overflow (reloc_count + reloc_count2, sizeof (arelent), &amt))
1711 rel_hdr2, reloc_count2,
1650 bfd_size_type reloc_count2; local
elf64-mips.c 4194 bfd_size_type reloc_count2;
4210 reloc_count2 = (rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0);
4212 BFD_ASSERT (asect->reloc_count == 3 * (reloc_count + reloc_count2));
4229 reloc_count2 = 0;
4233 amt = (reloc_count + reloc_count2) * 3 * sizeof (arelent);
4246 rel_hdr2, reloc_count2,
4188 bfd_size_type reloc_count2; local
  /src/external/gpl3/gdb.old/dist/bfd/
elfcode.h 1653 bfd_size_type reloc_count2;
1669 reloc_count2 = rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0;
1672 if (asect->reloc_count != reloc_count + reloc_count2)
1690 reloc_count2 = 0;
1693 if (_bfd_mul_overflow (reloc_count + reloc_count2, sizeof (arelent), &amt))
1711 rel_hdr2, reloc_count2,
1650 bfd_size_type reloc_count2; local
elf64-mips.c 4192 bfd_size_type reloc_count2;
4208 reloc_count2 = (rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0);
4210 BFD_ASSERT (asect->reloc_count == 3 * (reloc_count + reloc_count2));
4227 reloc_count2 = 0;
4231 amt = (reloc_count + reloc_count2) * 3 * sizeof (arelent);
4244 rel_hdr2, reloc_count2,
4186 bfd_size_type reloc_count2; local
  /src/external/gpl3/gdb/dist/bfd/
elfcode.h 1653 bfd_size_type reloc_count2;
1669 reloc_count2 = rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0;
1672 if (asect->reloc_count != reloc_count + reloc_count2)
1690 reloc_count2 = 0;
1693 if (_bfd_mul_overflow (reloc_count + reloc_count2, sizeof (arelent), &amt))
1711 rel_hdr2, reloc_count2,
1650 bfd_size_type reloc_count2; local
elf64-mips.c 4192 bfd_size_type reloc_count2;
4208 reloc_count2 = (rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0);
4210 BFD_ASSERT (asect->reloc_count == 3 * (reloc_count + reloc_count2));
4227 reloc_count2 = 0;
4231 amt = (reloc_count + reloc_count2) * 3 * sizeof (arelent);
4244 rel_hdr2, reloc_count2,
4186 bfd_size_type reloc_count2; local

Completed in 37 milliseconds