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

  /src/external/gpl3/binutils/dist/bfd/
elf.c 5136 unsigned int tls_count = 0;
5523 if (! tls_count)
5525 tls_count++;
5533 if (tls_count > 0)
5536 amt += tls_count * sizeof (asection *);
5542 m->count = tls_count;
5547 for (i = 0; i < tls_count; ++i)
5555 while (i < tls_count)
5134 unsigned int tls_count = 0; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 5071 unsigned int tls_count = 0;
5458 if (! tls_count)
5460 tls_count++;
5468 if (tls_count > 0)
5471 amt += tls_count * sizeof (asection *);
5477 m->count = tls_count;
5482 for (i = 0; i < tls_count; ++i)
5490 while (i < tls_count)
5069 unsigned int tls_count = 0; local
  /src/external/gpl3/gdb/dist/bfd/
elf.c 5031 unsigned int tls_count = 0;
5412 if (! tls_count)
5414 tls_count++;
5422 if (tls_count > 0)
5425 amt += tls_count * sizeof (asection *);
5431 m->count = tls_count;
5436 for (i = 0; i < tls_count; ++i)
5444 while (i < tls_count)
5029 unsigned int tls_count = 0; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 5205 unsigned int tls_count = 0;
5584 if (! tls_count)
5586 tls_count++;
5594 if (tls_count > 0)
5597 amt += tls_count * sizeof (asection *);
5603 m->count = tls_count;
5608 for (i = 0; i < tls_count; ++i)
5616 while (i < tls_count)
5203 unsigned int tls_count = 0; local

Completed in 56 milliseconds