Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf.c3895 int tls_count = 0; in _bfd_elf_map_sections_to_segments() local
4200 if (! tls_count) in _bfd_elf_map_sections_to_segments()
4202 tls_count++; in _bfd_elf_map_sections_to_segments()
4207 if (tls_count > 0) in _bfd_elf_map_sections_to_segments()
4210 amt += (tls_count - 1) * sizeof (asection *); in _bfd_elf_map_sections_to_segments()
4216 m->count = tls_count; in _bfd_elf_map_sections_to_segments()
4221 for (i = 0; i < (unsigned int) tls_count; ++i) in _bfd_elf_map_sections_to_segments()
4229 while (i < (unsigned int) tls_count) in _bfd_elf_map_sections_to_segments()