Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf.c4681 unsigned int tls_count = 0; in _bfd_elf_map_sections_to_segments() local
5065 if (! tls_count) in _bfd_elf_map_sections_to_segments()
5067 tls_count++; in _bfd_elf_map_sections_to_segments()
5075 if (tls_count > 0) in _bfd_elf_map_sections_to_segments()
5078 amt += tls_count * sizeof (asection *); in _bfd_elf_map_sections_to_segments()
5084 m->count = tls_count; in _bfd_elf_map_sections_to_segments()
5089 for (i = 0; i < tls_count; ++i) in _bfd_elf_map_sections_to_segments()
5097 while (i < tls_count) in _bfd_elf_map_sections_to_segments()
H A DChangeLog-20204219 bfd_malloc2, size_t amt, and unsigned tls_count.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf.c5218 unsigned int tls_count = 0; in _bfd_elf_map_sections_to_segments() local
5603 if (! tls_count) in _bfd_elf_map_sections_to_segments()
5605 tls_count++; in _bfd_elf_map_sections_to_segments()
5613 if (tls_count > 0) in _bfd_elf_map_sections_to_segments()
5616 amt += tls_count * sizeof (asection *); in _bfd_elf_map_sections_to_segments()
5622 m->count = tls_count; in _bfd_elf_map_sections_to_segments()
5627 for (i = 0; i < tls_count; ++i) in _bfd_elf_map_sections_to_segments()
5635 while (i < tls_count) in _bfd_elf_map_sections_to_segments()
H A DChangeLog-20204219 bfd_malloc2, size_t amt, and unsigned tls_count.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20204219 bfd_malloc2, size_t amt, and unsigned tls_count.