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

  /src/external/lgpl3/gmp/dist/tests/mpz/
t-export.c 133 size_t align, got_count, j; local
151 ret = mpz_export (got_data, &got_count, data[i].order,
159 if (got_count != data[i].want_count)
164 if (memcmp (got_data, data[i].want_data, got_count * data[i].size) != 0)
178 printf (" got count %lu\n", (unsigned long) got_count);
184 for (j = 0; j < got_count*data[i].size; j++)
  /src/external/gpl3/binutils/dist/bfd/
elf32-ppc.c 4452 bfd_signed_vma *got_count;
4645 got_count = &h->got.refcount;
4661 got_count = &lgot_refs[r_symndx];
4697 if (*got_count > 0)
4698 *got_count -= 1;
4441 bfd_signed_vma *got_count; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ppc.c 4465 bfd_signed_vma *got_count;
4658 got_count = &h->got.refcount;
4674 got_count = &lgot_refs[r_symndx];
4710 if (*got_count > 0)
4711 *got_count -= 1;
4454 bfd_signed_vma *got_count; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-ppc.c 4465 bfd_signed_vma *got_count;
4658 got_count = &h->got.refcount;
4674 got_count = &lgot_refs[r_symndx];
4710 if (*got_count > 0)
4711 *got_count -= 1;
4454 bfd_signed_vma *got_count; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ppc.c 4467 bfd_signed_vma *got_count;
4660 got_count = &h->got.refcount;
4676 got_count = &lgot_refs[r_symndx];
4712 if (*got_count > 0)
4713 *got_count -= 1;
4456 bfd_signed_vma *got_count; local

Completed in 50 milliseconds