Home
last modified time | relevance | path

Searched refs:irelplt (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf-s390-common.c72 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()
Delf-ifunc.c88 htab->irelplt = s; in _bfd_elf_create_ifunc_sections()
202 relplt = htab->irelplt; in _bfd_elf_allocate_ifunc_dyn_relocs()
Delf64-ppc.c4293 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 …]
Delf32-s390.c2124 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()
Delf64-s390.c2075 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()
Delfxx-sparc.c1267 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()
Delf32-i386.c2833 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()
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.
2789 iplt and irelplt.
2804 (elf64_x86_64_link_hash_table): Add igotplt, iplt and irelplt.
2806 iplt and irelplt.
Delf64-x86-64.c3067 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()
Delf-bfd.h536 asection *irelplt; member
Delf32-arm.c3339 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()
Delfnn-aarch64.c7600 relplt = htab->root.irelplt; in elfNN_aarch64_create_small_pltn_entry()
7758 relplt = htab->root.irelplt; in elfNN_aarch64_finish_dynamic_symbol()
DChangeLog-20103063 table. Emit dynamic relocs to irelplt when not shared. Treat iplt
3067 plt in iplt/irelplt.
DChangeLog-2013433 elf.srelplt, elf.iplt and elf.irelplt.