Searched refs:tls_count (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c3210 int tls_count = 0;
3472 if (! tls_count)
3474 tls_count++;
3479 if (tls_count > 0)
3484 amt += (tls_count - 1) * sizeof (asection *);
3490 m->count = tls_count;
3494 for (i = 0; i < tls_count; ++i)
3205 int tls_count = 0; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c3670 int tls_count = 0;
3926 if (! tls_count)
3928 tls_count++;
3933 if (tls_count > 0)
3938 amt += (tls_count - 1) * sizeof (asection *);
3944 m->count = tls_count;
3948 for (i = 0; i < tls_count; ++i)
3665 int tls_count = 0; local

Completed in 208 milliseconds