Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf-ifunc.c41 if (htab->irelifunc != NULL || htab->iplt != NULL) in _bfd_elf_create_ifunc_sections()
68 htab->irelifunc = s; in _bfd_elf_create_ifunc_sections()
238 htab->irelifunc->size += count * sizeof_reloc; in _bfd_elf_allocate_ifunc_dyn_relocs()
Delf-s390-common.c56 htab->irelifunc = s; in s390_elf_create_ifunc_sections()
178 htab->irelifunc->size += count * RELA_ENTRY_SIZE; in s390_elf_allocate_ifunc_dyn_relocs()
DChangeLog-20092165 srelgot, splt, srelplt, igotplt, iplt, irelplt and irelifunc.
2169 irelifunc.
2182 irelifunc.
2541 * elf32-i386.c (elf_i386_link_hash_table): Add irelifunc.
2542 (elf_i386_link_hash_table_create): Initialize irelifunc.
2543 (elf_i386_check_relocs): Updated. Set up irelifunc for
2545 (elf_i386_allocate_dynrelocs): Use irelifunc for dynamic
2550 * elf64-x86-64.c (elf64_x86_64_link_hash_table): Add irelifunc.
2551 (elf64_x86_64_link_hash_table_create): Initialize irelifunc.
2552 (elf64_x86_64_check_relocs): Updated. Set up irelifunc for
[all …]
Delf64-s390.c654 asection *irelifunc; member
2111 || s == htab->irelifunc) in elf_s390_size_dynamic_sections()
2740 sreloc = htab->elf.irelifunc; in elf_s390_relocate_section()
Delf32-s390.c741 asection *irelifunc; member
2160 || s == htab->irelifunc) in elf_s390_size_dynamic_sections()
2774 sreloc = htab->elf.irelifunc; in elf_s390_relocate_section()
Delf-bfd.h537 asection *irelifunc; member
Delf32-i386.c3414 sreloc = htab->elf.irelifunc; in elf_i386_relocate_section()
Delfxx-sparc.c1249 if (htab->irelifunc != NULL || htab->iplt != NULL) in create_ifunc_sections()
Delf64-x86-64.c3623 sreloc = htab->elf.irelifunc; in elf_x86_64_relocate_section()
Delfnn-aarch64.c4529 sreloc = globals->root.irelifunc; in elfNN_aarch64_final_link_relocate()
DChangeLog-20121213 (struct elf_s390_link_hash_table): New field irelifunc.