Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf-ifunc.c100 htab->igotplt = s; in _bfd_elf_create_ifunc_sections()
201 gotplt = htab->igotplt; in _bfd_elf_allocate_ifunc_dyn_relocs()
Delf-s390-common.c79 htab->igotplt = s; in s390_elf_create_ifunc_sections()
144 htab->igotplt->size += GOT_ENTRY_SIZE; in s390_elf_allocate_ifunc_dyn_relocs()
Delf64-s390.c2074 htab->elf.igotplt->size += GOT_ENTRY_SIZE; in elf_s390_size_dynamic_sections()
2110 || s == htab->elf.igotplt in elf_s390_size_dynamic_sections()
2422 htab->elf.igotplt->output_offset); in elf_s390_relocate_section()
2424 relocation += htab->elf.igotplt->output_section->vma; in elf_s390_relocate_section()
2469 base_got = htab->elf.igotplt; in elf_s390_relocate_section()
3324 || htab->elf.igotplt == NULL in elf_s390_finish_ifunc_symbol()
3333 gotplt = htab->elf.igotplt; in elf_s390_finish_ifunc_symbol()
Delf32-s390.c2123 htab->elf.igotplt->size += GOT_ENTRY_SIZE; in elf_s390_size_dynamic_sections()
2159 || s == htab->elf.igotplt in elf_s390_size_dynamic_sections()
2462 htab->elf.igotplt->output_offset); in elf_s390_relocate_section()
2464 relocation += htab->elf.igotplt->output_section->vma; in elf_s390_relocate_section()
2508 base_got = htab->elf.igotplt; in elf_s390_relocate_section()
3400 || htab->elf.igotplt == NULL in elf_s390_finish_ifunc_symbol()
3404 gotplt = htab->elf.igotplt; in elf_s390_finish_ifunc_symbol()
Delf32-i386.c2851 && (htab->elf.igotplt == NULL in elf_i386_size_dynamic_sections()
2852 || htab->elf.igotplt->size == 0)) in elf_i386_size_dynamic_sections()
2888 || s == htab->elf.igotplt in elf_i386_size_dynamic_sections()
3354 gotplt = htab->elf.igotplt; in elf_i386_relocate_section()
3452 base_got = htab->elf.igotplt; in elf_i386_relocate_section()
4457 gotplt = htab->elf.igotplt; in elf_i386_finish_dynamic_symbol()
Delf64-x86-64.c3103 && (htab->elf.igotplt == NULL in elf_x86_64_size_dynamic_sections()
3104 || htab->elf.igotplt->size == 0)) in elf_x86_64_size_dynamic_sections()
3131 || s == htab->elf.igotplt in elf_x86_64_size_dynamic_sections()
3665 base_got = htab->elf.igotplt; in elf_x86_64_relocate_section()
4763 gotplt = htab->elf.igotplt; in elf_x86_64_finish_dynamic_symbol()
Delfnn-aarch64.c4576 base_got = globals->root.igotplt; in elfNN_aarch64_final_link_relocate()
7462 || s == htab->root.igotplt || s == htab->sdynbss) in elfNN_aarch64_size_dynamic_sections()
7599 gotplt = htab->root.igotplt; in elfNN_aarch64_create_small_pltn_entry()
7757 gotplt = htab->root.igotplt; in elfNN_aarch64_finish_dynamic_symbol()
DChangeLog-20092165 srelgot, splt, srelplt, igotplt, iplt, irelplt and irelifunc.
2168 sgotplt, srelgot, splt, srelplt, igotplt, iplt, irelplt and
2181 sgotplt, srelgot, splt, srelplt, igotplt, iplt, irelplt and
2787 (elf_i386_link_hash_table): Add igotplt, iplt and irelplt.
2788 (elf_i386_link_hash_table_create): Initialize igotplt,
2804 (elf64_x86_64_link_hash_table): Add igotplt, iplt and irelplt.
2805 (elf64_x86_64_link_hash_table_create): Initialize igotplt,
Delf-bfd.h534 asection *igotplt; member
Delf32-arm.c3350 if (htab->root.igotplt == NULL) in create_ifunc_sections()
3356 htab->root.igotplt = s; in create_ifunc_sections()
7513 sgotplt = htab->root.igotplt; in elf32_arm_allocate_plt_entry()
7601 sgot = htab->root.igotplt; in elf32_arm_populate_plt_entry()
9357 sgot = globals->root.igotplt; in elf32_arm_final_link_relocate()
14046 && s != htab->root.igotplt in elf32_arm_size_dynamic_sections()
DChangeLog-20112967 section pointers intead of strcmp checks. Handle iplt and igotplt.