Home
last modified time | relevance | path

Searched refs:tls_sec (Results 1 – 25 of 32) sorted by relevance

12

/toolchain/binutils/binutils-2.25/bfd/
Delf32-cris.c1625 relocation -= elf_hash_table (info)->tls_sec == NULL in cris_elf_relocate_section()
1626 ? 0 : elf_hash_table (info)->tls_sec->vma; in cris_elf_relocate_section()
1669 relocation -= elf_hash_table (info)->tls_sec->vma; in cris_elf_relocate_section()
1754 relocation -= elf_hash_table (info)->tls_sec == NULL in cris_elf_relocate_section()
1755 ? 0 : elf_hash_table (info)->tls_sec->vma; in cris_elf_relocate_section()
1821 relocation -= elf_hash_table (info)->tls_sec->vma; in cris_elf_relocate_section()
1886 relocation -= elf_hash_table (info)->tls_sec == NULL in cris_elf_relocate_section()
1887 ? 0 : elf_hash_table (info)->tls_sec->vma; in cris_elf_relocate_section()
1949 relocation -= elf_hash_table (info)->tls_sec == NULL in cris_elf_relocate_section()
1951 : (elf_hash_table (info)->tls_sec->vma in cris_elf_relocate_section()
Delf32-frv.c1319 if (elf_hash_table (info)->tls_sec == NULL) in tls_biased_base()
1321 return elf_hash_table (info)->tls_sec->vma + FRVFDPIC_TLS_BIAS; in tls_biased_base()
1791 if (! elf_hash_table (info)->tls_sec) in _frvfdpic_emit_got_relocs_plt_entries()
1798 idx = elf_section_data (elf_hash_table (info)->tls_sec)->dynindx; in _frvfdpic_emit_got_relocs_plt_entries()
1905 if (! elf_hash_table (info)->tls_sec) in _frvfdpic_emit_got_relocs_plt_entries()
1912 idx = elf_section_data (elf_hash_table (info)->tls_sec)->dynindx; in _frvfdpic_emit_got_relocs_plt_entries()
2691 if (elf_hash_table (info)->tls_sec) in elf32_frv_relocate_section()
2693 elf_hash_table (info)->tls_sec); in elf32_frv_relocate_section()
4635 && (elf_hash_table (dinfo->info)->tls_sec->size in _frvfdpic_relax_tls_entries()
5097 && elf_hash_table (dinfo->g.info)->tls_sec in _frvfdpic_assign_plt_entries()
[all …]
Delf64-alpha.c1118 (elf_hash_table (info)->tls_sec->vma)
1123 (elf_hash_table (info)->tls_sec->vma \
1125 elf_hash_table (info)->tls_sec->alignment_power))
3096 BFD_ASSERT (elf_hash_table (info->link_info)->tls_sec != NULL); in elf64_alpha_relax_got_load()
3649 BFD_ASSERT (elf_hash_table (info->link_info)->tls_sec != NULL); in elf64_alpha_relax_tls_get_addr()
4253 if (elf_hash_table (info)->tls_sec != NULL) in elf64_alpha_relocate_section()
4570 BFD_ASSERT (elf_hash_table (info)->tls_sec != NULL); in elf64_alpha_relocate_section()
4576 BFD_ASSERT (elf_hash_table (info)->tls_sec != NULL); in elf64_alpha_relocate_section()
4675 BFD_ASSERT (elf_hash_table (info)->tls_sec != NULL); in elf64_alpha_relocate_section()
4698 BFD_ASSERT (elf_hash_table (info)->tls_sec != NULL); in elf64_alpha_relocate_section()
[all …]
Delfnn-ia64.c3523 asection *tls_sec = elf_hash_table (info)->tls_sec; in elfNN_ia64_tprel_base() local
3524 return tls_sec->vma - align_power ((bfd_vma) ARCH_SIZE / 4, in elfNN_ia64_tprel_base()
3525 tls_sec->alignment_power); in elfNN_ia64_tprel_base()
3535 return elf_hash_table (info)->tls_sec->vma; in elfNN_ia64_dtprel_base()
4336 if (elf_hash_table (info)->tls_sec == NULL) in elfNN_ia64_relocate_section()
4349 if (elf_hash_table (info)->tls_sec == NULL) in elfNN_ia64_relocate_section()
4369 if (elf_hash_table (info)->tls_sec == NULL) in elfNN_ia64_relocate_section()
4389 if (elf_hash_table (info)->tls_sec == NULL) in elfNN_ia64_relocate_section()
Delf32-i386.c3006 asection *tls_sec = elf_hash_table (info)->tls_sec; in elf_i386_always_size_sections() local
3008 if (tls_sec) in elf_i386_always_size_sections()
3029 tls_sec, 0, NULL, FALSE, in elf_i386_always_size_sections()
3112 if (elf_hash_table (info)->tls_sec == NULL) in elf_i386_dtpoff_base()
3114 return elf_hash_table (info)->tls_sec->vma; in elf_i386_dtpoff_base()
3128 if (htab->tls_sec == NULL) in elf_i386_tpoff()
3133 return static_tls_size + htab->tls_sec->vma - address; in elf_i386_tpoff()
Delfnn-aarch64.c4090 BFD_ASSERT (elf_hash_table (info)->tls_sec != NULL); in dtpoff_base()
4091 return elf_hash_table (info)->tls_sec->vma; in dtpoff_base()
4103 BFD_ASSERT (htab->tls_sec != NULL); in tpoff_base()
4106 htab->tls_sec->alignment_power); in tpoff_base()
4107 return htab->tls_sec->vma - base; in tpoff_base()
7692 asection *tls_sec; in elfNN_aarch64_always_size_sections() local
7697 tls_sec = elf_hash_table (info)->tls_sec; in elfNN_aarch64_always_size_sections()
7699 if (tls_sec) in elfNN_aarch64_always_size_sections()
7714 tls_sec, 0, NULL, FALSE, bed->collect, &h))) in elfNN_aarch64_always_size_sections()
Delf64-x86-64.c3256 asection *tls_sec = elf_hash_table (info)->tls_sec; in elf_x86_64_always_size_sections() local
3258 if (tls_sec) in elf_x86_64_always_size_sections()
3279 tls_sec, 0, NULL, FALSE, in elf_x86_64_always_size_sections()
3328 if (elf_hash_table (info)->tls_sec == NULL) in elf_x86_64_dtpoff_base()
3330 return elf_hash_table (info)->tls_sec->vma; in elf_x86_64_dtpoff_base()
3344 if (htab->tls_sec == NULL) in elf_x86_64_tpoff()
3349 return address - static_tls_size - htab->tls_sec->vma; in elf_x86_64_tpoff()
Delf32-metag.c872 if (elf_hash_table (info)->tls_sec == NULL) in dtpoff_base()
874 return elf_hash_table (info)->tls_sec->vma; in dtpoff_base()
882 if (elf_hash_table (info)->tls_sec == NULL) in tpoff()
886 return (address - elf_hash_table (info)->tls_sec->vma in tpoff()
888 elf_hash_table (info)->tls_sec->alignment_power)); in tpoff()
Delf32-m68k.c3486 if (elf_hash_table (info)->tls_sec == NULL) in dtpoff_base()
3488 return elf_hash_table (info)->tls_sec->vma + DTP_OFFSET; in dtpoff_base()
3495 if (elf_hash_table (info)->tls_sec == NULL) in tpoff_base()
3497 return elf_hash_table (info)->tls_sec->vma + TP_OFFSET; in tpoff_base()
3582 outrel.r_addend = relocation - elf_hash_table (info)->tls_sec->vma; in elf_m68k_init_got_entry_local_shared()
Delf32-hppa.c3222 if (elf_hash_table (info)->tls_sec == NULL) in dtpoff_base()
3224 return elf_hash_table (info)->tls_sec->vma; in dtpoff_base()
3235 if (htab->tls_sec == NULL) in tpoff()
3239 return (address - htab->tls_sec->vma in tpoff()
3240 + align_power ((bfd_vma) 8, htab->tls_sec->alignment_power)); in tpoff()
Delf32-tilepro.c2685 if (elf_hash_table (info)->tls_sec == NULL) in dtpoff_base()
2687 return elf_hash_table (info)->tls_sec->vma; in dtpoff_base()
2698 if (htab->tls_sec == NULL) in tpoff()
2701 return (address - htab->tls_sec->vma); in tpoff()
Delflink.c772 if (p == htab->tls_sec) in _bfd_elf_link_omit_section_dynsym()
2861 elf_hash_table (info)->tls_sec = tls; in _bfd_elf_tls_setup()
8870 asection *tls_sec = elf_hash_table (flinfo->info)->tls_sec; in elf_link_output_extsym() local
8871 if (tls_sec != NULL) in elf_link_output_extsym()
8872 sym.st_value -= tls_sec->vma; in elf_link_output_extsym()
9398 BFD_ASSERT (elf_hash_table (flinfo->info)->tls_sec != NULL); in elf_link_input_bfd()
9399 osym.st_value -= elf_hash_table (flinfo->info)->tls_sec->vma; in elf_link_input_bfd()
9937 ->tls_sec != NULL); in elf_link_input_bfd()
9939 ->tls_sec->vma); in elf_link_input_bfd()
10838 if (elf_hash_table (info)->tls_sec) in bfd_elf_final_link()
[all …]
Delf64-s390.c2218 if (elf_hash_table (info)->tls_sec == NULL) in dtpoff_base()
2220 return elf_hash_table (info)->tls_sec->vma; in dtpoff_base()
2232 if (htab->tls_sec == NULL) in tpoff()
2234 return htab->tls_size + htab->tls_sec->vma - address; in tpoff()
Delfxx-tilegx.c2946 if (elf_hash_table (info)->tls_sec == NULL) in dtpoff_base()
2948 return elf_hash_table (info)->tls_sec->vma; in dtpoff_base()
2959 if (htab->tls_sec == NULL) in tpoff()
2962 return (address - htab->tls_sec->vma); in tpoff()
Delf32-s390.c2266 if (elf_hash_table (info)->tls_sec == NULL) in dtpoff_base()
2268 return elf_hash_table (info)->tls_sec->vma; in dtpoff_base()
2280 if (htab->tls_sec == NULL) in tpoff()
2282 return htab->tls_size + htab->tls_sec->vma - address; in tpoff()
Delf32-xtensa.c1846 asection *tls_sec; in elf_xtensa_always_size_sections() local
1852 tls_sec = htab->elf.tls_sec; in elf_xtensa_always_size_sections()
1854 if (tls_sec && (htab->tlsbase->tls_type & GOT_TLS_ANY) != 0) in elf_xtensa_always_size_sections()
1863 tls_sec, 0, NULL, FALSE, in elf_xtensa_always_size_sections()
1883 if (elf_hash_table (info)->tls_sec == NULL) in dtpoff_base()
1885 return elf_hash_table (info)->tls_sec->vma; in dtpoff_base()
1898 if (htab->tls_sec == NULL) in tpoff()
1900 base = align_power ((bfd_vma) TCB_SIZE, htab->tls_sec->alignment_power); in tpoff()
1901 return address - htab->tls_sec->vma + base; in tpoff()
Delf32-ppc.c7822 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET; in ppc_elf_relocate_section()
7890 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET; in ppc_elf_relocate_section()
8213 outrel.r_addend -= htab->elf.tls_sec->vma; in ppc_elf_relocate_section()
8231 value -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc_elf_relocate_section()
8319 addend -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc_elf_relocate_section()
8343 addend -= htab->elf.tls_sec->vma + TP_OFFSET; in ppc_elf_relocate_section()
8350 addend -= htab->elf.tls_sec->vma + TP_OFFSET; in ppc_elf_relocate_section()
8354 addend -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc_elf_relocate_section()
Delf32-nds32.c4454 if (elf_hash_table (info)->tls_sec == NULL) in dtpoff_base()
4456 return elf_hash_table (info)->tls_sec->vma; in dtpoff_base()
5205 if (elf_hash_table (info)->tls_sec != NULL) in nds32_elf_relocate_section()
5206 relocation -= (elf_hash_table (info)->tls_sec->vma + TP_OFFSET); in nds32_elf_relocate_section()
10903 BFD_ASSERT (elf_hash_table (link_info)->tls_sec != NULL); in nds32_elf_relax_loadstore()
10904 access_addr -= (elf_hash_table (link_info)->tls_sec->vma + TP_OFFSET); in nds32_elf_relax_loadstore()
11110 BFD_ASSERT (elf_hash_table (link_info)->tls_sec != NULL); in nds32_elf_relax_letlslo12()
11111 foff -= (elf_hash_table (link_info)->tls_sec->vma + TP_OFFSET); in nds32_elf_relax_letlslo12()
11150 BFD_ASSERT (elf_hash_table (link_info)->tls_sec != NULL); in nds32_elf_relax_letlsadd()
11151 foff -= (elf_hash_table (link_info)->tls_sec->vma + TP_OFFSET); in nds32_elf_relax_letlsadd()
[all …]
Delf-m10300.c860 if (htab->tls_sec == NULL) in dtpoff()
862 return address - htab->tls_sec->vma; in dtpoff()
874 if (htab->tls_sec == NULL) in tpoff()
876 return address - (htab->tls_size + htab->tls_sec->vma); in tpoff()
Delf32-nios2.c2093 if (elf_hash_table (info)->tls_sec == NULL) in dtpoff_base()
2095 return elf_hash_table (info)->tls_sec->vma; in dtpoff_base()
2106 if (htab->tls_sec == NULL) in tpoff()
2108 return address - htab->tls_sec->vma; in tpoff()
Delf32-arm.c7931 if (elf_hash_table (info)->tls_sec == NULL) in dtpoff_base()
7933 return elf_hash_table (info)->tls_sec->vma; in dtpoff_base()
7946 if (htab->tls_sec == NULL) in tpoff()
7948 base = align_power ((bfd_vma) TCB_SIZE, htab->tls_sec->alignment_power); in tpoff()
7949 return address - htab->tls_sec->vma + base; in tpoff()
9624 !h ? value - elf_hash_table (info)->tls_sec->vma in elf32_arm_final_link_relocate()
14153 asection *tls_sec; in elf32_arm_always_size_sections() local
14158 tls_sec = elf_hash_table (info)->tls_sec; in elf32_arm_always_size_sections()
14160 if (tls_sec) in elf32_arm_always_size_sections()
14175 tls_sec, 0, NULL, FALSE, in elf32_arm_always_size_sections()
Delf32-or1k.c751 if (elf_hash_table (info)->tls_sec == NULL) in tpoff()
757 return (address - elf_hash_table (info)->tls_sec->vma); in tpoff()
Delfxx-sparc.c2884 if (elf_hash_table (info)->tls_sec == NULL) in dtpoff_base()
2886 return elf_hash_table (info)->tls_sec->vma; in dtpoff_base()
2900 if (htab->tls_sec == NULL) in tpoff()
2905 return address - static_tls_size - htab->tls_sec->vma; in tpoff()
Delf32-sh.c5633 if (elf_hash_table (info)->tls_sec == NULL) in dtpoff_base()
5635 return elf_hash_table (info)->tls_sec->vma; in dtpoff_base()
5644 if (elf_hash_table (info)->tls_sec == NULL) in tpoff()
5648 return (address - elf_hash_table (info)->tls_sec->vma in tpoff()
5650 elf_hash_table (info)->tls_sec->alignment_power)); in tpoff()
Delf64-ppc.c8238 value -= htab->elf.tls_sec->vma; in ppc64_elf_tls_optimize()
13437 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET; in ppc64_elf_relocate_section()
13545 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET; in ppc64_elf_relocate_section()
14102 outrel.r_addend -= htab->elf.tls_sec->vma; in ppc64_elf_relocate_section()
14119 relocation -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc64_elf_relocate_section()
14254 addend -= htab->elf.tls_sec->vma + TP_OFFSET; in ppc64_elf_relocate_section()
14274 addend -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc64_elf_relocate_section()
14289 addend -= htab->elf.tls_sec->vma + TP_OFFSET; in ppc64_elf_relocate_section()
14293 addend -= htab->elf.tls_sec->vma + DTP_OFFSET; in ppc64_elf_relocate_section()

12