Home
last modified time | relevance | path

Searched refs:STT_TLS (Results 1 – 25 of 36) sorted by relevance

12

/toolchain/binutils/binutils-2.25/gold/
Dtarget-reloc.h348 if (gsym->type() == elfcpp::STT_TLS) in relocate_section()
458 if (gsym->type() == elfcpp::STT_TLS) in apply_relocation()
Dresolve.cc466 if ((to->type() == elfcpp::STT_TLS) ^ (fromtype == elfcpp::STT_TLS) in should_override()
Dsymtab.cc448 && !(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()
Dincremental.cc2180 if (st_type != elfcpp::STT_TLS) in do_add_symbols()
Dobject.cc2152 else if (sym.get_st_type() == elfcpp::STT_TLS) in do_count_local_symbols()
Di386.cc1576 elfcpp::STT_TLS, in define_tls_base_symbol()
Daarch64.cc3911 if (gsym->type() == elfcpp::STT_TLS) in scan_reloc_section_for_stubs()
5652 elfcpp::STT_TLS, in define_tls_base_symbol()
Dx86_64.cc2032 elfcpp::STT_TLS, in define_tls_base_symbol()
Doutput.cc1413 && gsym->type() == elfcpp::STT_TLS) in write()
Darm.cc8083 elfcpp::STT_TLS, in define_tls_base_symbol()
11970 if (gsym->type() == elfcpp::STT_TLS) in scan_reloc_section_for_stubs()
/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h679 #define STT_TLS 6 /* Thread local data object */ macro
DChangeLog-910331 * common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define.
/toolchain/binutils/binutils-2.25/binutils/
Dnm.c346 case STT_TLS: return "TLS"; in get_symbol_type()
/toolchain/binutils/binutils-2.25/bfd/
Delflink.c1094 && (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()
Delf32-m32c.c944 case STT_TLS: in dump_symtab()
Delf32-m68k.c4138 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()
Delfcode.h1307 case STT_TLS: in elf_slurp_symbol_table()
Delfnn-aarch64.c5154 && 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()
Delf32-arm.c10735 && 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()
Delf32-xtensa.c1860 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()
Delf32-rx.c3287 case STT_TLS: st_info_str = "STT_TLS"; break; in rx_dump_symtab()
Delf32-i386.c3016 if (tlsbase && tlsbase->type == STT_TLS) in elf_i386_always_size_sections()
Delf.c6987 type = STT_TLS; in swap_out_syms()
7002 type = STT_TLS; in swap_out_syms()
Delf64-x86-64.c3266 if (tlsbase && tlsbase->type == STT_TLS) in elf_x86_64_always_size_sections()
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h541 STT_TLS = 6,

12