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

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 8686 size_t i, shndx_count, total_size, amt;
8701 shndx_count = 0;
8703 for (ind = indbuf, shndx_count++; ind < indbufend - 1; ind++)
8705 shndx_count++;
8707 total_size = ((shndx_count + 1) * sizeof (*ssymbuf)
8716 ssym = (struct elf_symbuf_symbol *) (ssymbuf + shndx_count + 1);
8718 ssymbuf->count = shndx_count;
8734 BFD_ASSERT ((size_t) (ssymhead - ssymbuf) == shndx_count
8675 size_t i, shndx_count, total_size, amt; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 8678 size_t i, shndx_count, total_size, amt;
8693 shndx_count = 0;
8695 for (ind = indbuf, shndx_count++; ind < indbufend - 1; ind++)
8697 shndx_count++;
8699 total_size = ((shndx_count + 1) * sizeof (*ssymbuf)
8708 ssym = (struct elf_symbuf_symbol *) (ssymbuf + shndx_count + 1);
8710 ssymbuf->count = shndx_count;
8726 BFD_ASSERT ((size_t) (ssymhead - ssymbuf) == shndx_count
8667 size_t i, shndx_count, total_size, amt; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 8609 size_t i, shndx_count, total_size, amt;
8624 shndx_count = 0;
8626 for (ind = indbuf, shndx_count++; ind < indbufend - 1; ind++)
8628 shndx_count++;
8630 total_size = ((shndx_count + 1) * sizeof (*ssymbuf)
8639 ssym = (struct elf_symbuf_symbol *) (ssymbuf + shndx_count + 1);
8641 ssymbuf->count = shndx_count;
8657 BFD_ASSERT ((size_t) (ssymhead - ssymbuf) == shndx_count
8598 size_t i, shndx_count, total_size, amt; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 8596 size_t i, shndx_count, total_size, amt;
8611 shndx_count = 0;
8613 for (ind = indbuf, shndx_count++; ind < indbufend - 1; ind++)
8615 shndx_count++;
8617 total_size = ((shndx_count + 1) * sizeof (*ssymbuf)
8626 ssym = (struct elf_symbuf_symbol *) (ssymbuf + shndx_count + 1);
8628 ssymbuf->count = shndx_count;
8644 BFD_ASSERT ((size_t) (ssymhead - ssymbuf) == shndx_count
8585 size_t i, shndx_count, total_size, amt; local

Completed in 66 milliseconds