Searched refs:irelplt (Results 1 – 14 of 14) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf-s390-common.c | 72 htab->irelplt = s; in s390_elf_create_ifunc_sections() 145 htab->irelplt->size += RELA_ENTRY_SIZE; in s390_elf_allocate_ifunc_dyn_relocs() 146 htab->irelplt->reloc_count++; in s390_elf_allocate_ifunc_dyn_relocs()
|
D | elf-ifunc.c | 88 htab->irelplt = s; in _bfd_elf_create_ifunc_sections() 202 relplt = htab->irelplt; in _bfd_elf_allocate_ifunc_dyn_relocs()
|
D | elf64-ppc.c | 4293 htab->elf.irelplt in create_linkage_sections() 4295 if (htab->elf.irelplt == NULL in create_linkage_sections() 4296 || ! bfd_set_section_alignment (dynobj, htab->elf.irelplt, 3)) in create_linkage_sections() 9330 htab->elf.irelplt->size += rentsize; in allocate_got() 9400 s = htab->elf.irelplt; in allocate_dynrelocs() 9609 sreloc = htab->elf.irelplt; in allocate_dynrelocs() 9746 srel = htab->elf.irelplt; in ppc64_elf_size_dynamic_sections() 9792 htab->elf.irelplt->size += rel_size; in ppc64_elf_size_dynamic_sections() 9819 htab->elf.irelplt->size += sizeof (Elf64_External_Rela); in ppc64_elf_size_dynamic_sections() 10836 rl = (htab->elf.irelplt->contents in ppc_build_one_stub() [all …]
|
D | elf32-s390.c | 2124 htab->elf.irelplt->size += RELA_ENTRY_SIZE; in elf_s390_size_dynamic_sections() 3401 || htab->elf.irelplt == NULL) in elf_s390_finish_ifunc_symbol() 3405 relplt = htab->elf.irelplt; in elf_s390_finish_ifunc_symbol()
|
D | elf64-s390.c | 2075 htab->elf.irelplt->size += sizeof (Elf64_External_Rela); in elf_s390_size_dynamic_sections() 3325 || htab->elf.irelplt == NULL) in elf_s390_finish_ifunc_symbol() 3334 relplt = htab->elf.irelplt; in elf_s390_finish_ifunc_symbol()
|
D | elfxx-sparc.c | 1267 htab->irelplt = s; in create_ifunc_sections() 2310 htab->elf.irelplt->size += SPARC_ELF_RELA_BYTES (htab); in allocate_dynrelocs() 2608 srel = htab->elf.irelplt; in _bfd_sparc_elf_size_dynamic_sections() 4338 srela = htab->elf.irelplt; in _bfd_sparc_elf_finish_dynamic_symbol()
|
D | elf32-i386.c | 2833 else if (htab->elf.irelplt) in elf_i386_size_dynamic_sections() 2834 htab->next_irelative_index = htab->elf.irelplt->reloc_count - 1; in elf_i386_size_dynamic_sections() 4458 relplt = htab->elf.irelplt; in elf_i386_finish_dynamic_symbol()
|
D | ChangeLog-2009 | 2165 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. 2789 iplt and irelplt. 2804 (elf64_x86_64_link_hash_table): Add igotplt, iplt and irelplt. 2806 iplt and irelplt.
|
D | elf64-x86-64.c | 3067 else if (htab->elf.irelplt) in elf_x86_64_size_dynamic_sections() 3068 htab->next_irelative_index = htab->elf.irelplt->reloc_count - 1; in elf_x86_64_size_dynamic_sections() 4764 relplt = htab->elf.irelplt; in elf_x86_64_finish_dynamic_symbol()
|
D | elf-bfd.h | 536 asection *irelplt; member
|
D | elf32-arm.c | 3339 if (htab->root.irelplt == NULL) in create_ifunc_sections() 3347 htab->root.irelplt = s; in create_ifunc_sections() 7464 htab->root.irelplt->size += RELOC_SIZE (htab) * count; in elf32_arm_allocate_irelocs() 7484 sreloc = htab->root.irelplt; in elf32_arm_add_dynreloc() 7520 elf32_arm_allocate_irelocs (info, htab->root.irelplt, 1); in elf32_arm_allocate_plt_entry() 7602 srel = htab->root.irelplt; in elf32_arm_populate_plt_entry()
|
D | elfnn-aarch64.c | 7600 relplt = htab->root.irelplt; in elfNN_aarch64_create_small_pltn_entry() 7758 relplt = htab->root.irelplt; in elfNN_aarch64_finish_dynamic_symbol()
|
D | ChangeLog-2010 | 3063 table. Emit dynamic relocs to irelplt when not shared. Treat iplt 3067 plt in iplt/irelplt.
|
D | ChangeLog-2013 | 433 elf.srelplt, elf.iplt and elf.irelplt.
|