Searched refs:STT_TLS (Results 1 – 25 of 36) sorted by relevance
12
348 if (gsym->type() == elfcpp::STT_TLS) in relocate_section()458 if (gsym->type() == elfcpp::STT_TLS) in apply_relocation()
466 if ((to->type() == elfcpp::STT_TLS) ^ (fromtype == elfcpp::STT_TLS) in should_override()
448 && !(this->type() == elfcpp::STT_TLS in final_value_is_known()1082 if (ret->type() == elfcpp::STT_TLS) in add_from_object()2691 if (sym->type() == elfcpp::STT_TLS) in compute_final_value()2704 if (sym->type() != elfcpp::STT_TLS) in compute_final_value()2721 if (sym->type() != elfcpp::STT_TLS) in compute_final_value()
2180 if (st_type != elfcpp::STT_TLS) in do_add_symbols()
2152 else if (sym.get_st_type() == elfcpp::STT_TLS) in do_count_local_symbols()
1576 elfcpp::STT_TLS, in define_tls_base_symbol()
3911 if (gsym->type() == elfcpp::STT_TLS) in scan_reloc_section_for_stubs()5652 elfcpp::STT_TLS, in define_tls_base_symbol()
2032 elfcpp::STT_TLS, in define_tls_base_symbol()
1413 && gsym->type() == elfcpp::STT_TLS) in write()
8083 elfcpp::STT_TLS, in define_tls_base_symbol()11970 if (gsym->type() == elfcpp::STT_TLS) in scan_reloc_section_for_stubs()
679 #define STT_TLS 6 /* Thread local data object */ macro
31 * common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define.
346 case STT_TLS: return "TLS"; in get_symbol_type()
1094 && (ELF_ST_TYPE (sym->st_info) == STT_TLS || h->type == STT_TLS)) in _bfd_elf_merge_symbol()1100 if (h->type == STT_TLS) in _bfd_elf_merge_symbol()3909 && ELF_ST_TYPE (isym->st_info) == STT_TLS in elf_link_add_object_symbols()3946 if (ELF_ST_TYPE (isym->st_info) == STT_TLS in elf_link_add_object_symbols()8868 if (h->type == STT_TLS) in elf_link_output_extsym()9395 if (ELF_ST_TYPE (osym.st_info) == STT_TLS) in elf_link_input_bfd()9932 if (ELF_ST_TYPE (sym.st_info) == STT_TLS) in elf_link_input_bfd()
944 case STT_TLS: in dump_symtab()
4138 if (elf_m68k_reloc_tls_p (r_type) != (sym_type == STT_TLS)) in elf_m68k_relocate_section()4153 ((sym_type == STT_TLS in elf_m68k_relocate_section()
1307 case STT_TLS: in elf_slurp_symbol_table()
5154 && IS_AARCH64_TLS_RELOC (bfd_r_type) != (sym_type == STT_TLS)) in elfNN_aarch64_relocate_section()5157 ((sym_type == STT_TLS in elfNN_aarch64_relocate_section()7717 tlsbase->type = STT_TLS; in elfNN_aarch64_always_size_sections()
10735 && IS_ARM_TLS_RELOC (r_type) != (sym_type == STT_TLS)) in elf32_arm_relocate_section()10738 ((sym_type == STT_TLS in elf32_arm_relocate_section()12402 if (type != STT_OBJECT && type != STT_TLS) in elf32_arm_get_symbol_type()14179 tlsbase->type = STT_TLS; in elf32_arm_always_size_sections()
1860 tlsbase->type = STT_TLS; in elf_xtensa_always_size_sections()2794 && IS_XTENSA_TLS_RELOC (r_type) != (sym_type == STT_TLS)) in elf_xtensa_relocate_section()2797 ((sym_type == STT_TLS in elf_xtensa_relocate_section()
3287 case STT_TLS: st_info_str = "STT_TLS"; break; in rx_dump_symtab()
3016 if (tlsbase && tlsbase->type == STT_TLS) in elf_i386_always_size_sections()
6987 type = STT_TLS; in swap_out_syms()7002 type = STT_TLS; in swap_out_syms()
3266 if (tlsbase && tlsbase->type == STT_TLS) in elf_x86_64_always_size_sections()
541 STT_TLS = 6,