Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-i386.c863 bfd_vma sgotplt_jump_table_size; member
3350 htab->sgotplt_jump_table_size = htab->next_tls_desc_index * 4; in elf_i386_size_dynamic_sections()
4758 BFD_ASSERT (htab->sgotplt_jump_table_size + offplt + 8 in elf_i386_relocate_section()
4763 + htab->sgotplt_jump_table_size); in elf_i386_relocate_section()
4777 + htab->sgotplt_jump_table_size + 4); in elf_i386_relocate_section()
4783 + htab->sgotplt_jump_table_size + 4); in elf_i386_relocate_section()
4860 relocation = htab->sgotplt_jump_table_size + offplt; in elf_i386_relocate_section()
Delfnn-aarch64.c2311 bfd_vma sgotplt_jump_table_size; member
5573 + globals->sgotplt_jump_table_size); in elfNN_aarch64_final_link_relocate()
5588 + globals->sgotplt_jump_table_size); in elfNN_aarch64_final_link_relocate()
6351 + off + globals->sgotplt_jump_table_size); in elfNN_aarch64_relocate_section()
6372 globals->sgotplt_jump_table_size); in elfNN_aarch64_relocate_section()
6375 globals->sgotplt_jump_table_size + in elfNN_aarch64_relocate_section()
8467 htab->sgotplt_jump_table_size = aarch64_compute_jump_table_size (htab); in elfNN_aarch64_size_dynamic_sections()
Delf64-x86-64.c877 bfd_vma sgotplt_jump_table_size; member
3743 htab->sgotplt_jump_table_size in elf_x86_64_size_dynamic_sections()
5206 BFD_ASSERT (htab->sgotplt_jump_table_size + offplt in elf_x86_64_relocate_section()
5211 + htab->sgotplt_jump_table_size); in elf_x86_64_relocate_section()
5278 + offplt + htab->sgotplt_jump_table_size; in elf_x86_64_relocate_section()
DChangeLog-20063490 (struct elf_i386_link_hash_table): Add sgotplt_jump_table_size.
3493 (elf_i386_link_hash_table_create): Set sgotplt_jump_table_size.
3503 descriptors and relocations. Set up sgotplt_jump_table_size.
3523 tlsdesc_got and sgotplt_jump_table_size fields.
3536 descriptors and relocations. Set up sgotplt_jump_table_size,
DChangeLog-20113312 sgotplt_jump_table_size fields.