Home
last modified time | relevance | path

Searched refs:next_tls_desc_index (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-i386.c813 bfd_vma next_tls_desc_index; member
2829 htab->next_tls_desc_index = htab->elf.srelplt->reloc_count; in elf_i386_size_dynamic_sections()
2830 htab->sgotplt_jump_table_size = htab->next_tls_desc_index * 4; in elf_i386_size_dynamic_sections()
4025 loc += (htab->next_tls_desc_index++ in elf_i386_relocate_section()
DChangeLog1282 next_tls_desc_index with elf.srelplt->reloc_count.
1447 htab->next_tls_desc_index in the non-IPLT case.
1450 htab->next_tls_desc_index here.
DChangeLog-2011597 next_tls_desc_index.
598 (elf_i386_size_dynamic_sections): Set next_tls_desc_index and
3310 (struct elf32_arm_link_hash_table): Add next_tls_desc_index,
Delf32-arm.c2920 ((htab)->next_tls_desc_index * 4)
3007 bfd_vma next_tls_desc_index; member
7535 htab->next_tls_desc_index++; in elf32_arm_allocate_plt_entry()
9613 loc += globals->next_tls_desc_index++ * RELOC_SIZE (globals); in elf32_arm_final_link_relocate()
DChangeLog-20063216 * elf32-i386.c (elf_i386_link_hash_table): Add next_tls_desc_index.