Home
last modified time | relevance | path

Searched refs:tls_size (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-cris.c1822 relocation -= elf_hash_table (info)->tls_size; in cris_elf_relocate_section()
1952 + elf_hash_table (info)->tls_size); in cris_elf_relocate_section()
Delf-bfd.h523 bfd_size_type tls_size; member
Delf32-i386.c3101 base->u.def.value = htab->elf.tls_size; in elf_i386_set_tls_module_base()
3132 static_tls_size = BFD_ALIGN (htab->tls_size, bed->static_tls_alignment); in elf_i386_tpoff()
Delf64-x86-64.c3317 base->u.def.value = htab->elf.tls_size; in elf_x86_64_set_tls_module_base()
3348 static_tls_size = BFD_ALIGN (htab->tls_size, bed->static_tls_alignment); in elf_x86_64_tpoff()
Delf64-s390.c2234 return htab->tls_size + htab->tls_sec->vma - address; in tpoff()
Delf32-s390.c2282 return htab->tls_size + htab->tls_sec->vma - address; in tpoff()
Delf-m10300.c876 return address - (htab->tls_size + htab->tls_sec->vma); in tpoff()
Delfxx-sparc.c2904 static_tls_size = BFD_ALIGN (htab->tls_size, bed->static_tls_alignment); in tpoff()
DChangeLog-20094828 (info)->tls_size, not elf_hash_table (info)->tls_sec->size for
Delflink.c10865 elf_hash_table (info)->tls_size = end - base; in bfd_elf_final_link()
DChangeLog-0203601 (struct elf_link_hash_table): Add tls_sec and tls_size.
602 * elf.c (_bfd_elf_link_hash_table_init): Init tls_sec and tls_size.