Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dscript-sections.cc3525 Output_section* first_tls = NULL; in set_section_addresses() local
3534 if (first_tls == NULL) in set_section_addresses()
3535 first_tls = os; in set_section_addresses()
3540 if (first_tls != NULL) in set_section_addresses()
3541 first_tls->set_addralign(tls_align); in set_section_addresses()
/toolchain/binutils/binutils-2.25/bfd/
Delf.c3896 asection *first_tls = NULL; in _bfd_elf_map_sections_to_segments() local
4201 first_tls = s; in _bfd_elf_map_sections_to_segments()
4220 s = first_tls; in _bfd_elf_map_sections_to_segments()
4227 s = first_tls; in _bfd_elf_map_sections_to_segments()