Searched refs:BSF_THREAD_LOCAL (Results 1 – 8 of 8) sorted by relevance
392 symbol_get_bfdsym (symbolP)->flags |= BSF_THREAD_LOCAL; in obj_elf_tls_common()1873 type = BSF_OBJECT | BSF_THREAD_LOCAL; in obj_elf_type()
2340 && (s->bsym->flags & BSF_THREAD_LOCAL) != 0) in S_SET_THREAD_LOCAL()2342 s->bsym->flags |= BSF_THREAD_LOCAL; in S_SET_THREAD_LOCAL()
1308 sym->symbol.flags |= BSF_THREAD_LOCAL; in elf_slurp_symbol_table()
881 | BSF_THREAD_LOCAL | BSF_RELC | BSF_SRELC in _bfd_coff_final_link()
6184 #define BSF_THREAD_LOCAL (1 << 18) macro
6986 if ((flags & BSF_THREAD_LOCAL) != 0) in swap_out_syms()10160 | BSF_THREAD_LOCAL | BSF_RELC | BSF_SRELC)) != 0 in _bfd_elf_maybe_function_sym()
6090 | BSF_THREAD_LOCAL | BSF_RELC | BSF_SRELC)) != 0) in ppc64_elf_maybe_function_sym()
8793 (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from8807 * syms.c (BSF_THREAD_LOCAL): Define.