Searched refs:irelifunc (Results 1 – 25 of 26) sorted by relevance
12
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf-ifunc.c | 41 if (htab->irelifunc != NULL || htab->iplt != NULL) in _bfd_elf_create_ifunc_sections() 67 htab->irelifunc = s; in _bfd_elf_create_ifunc_sections() 275 htab->irelifunc->size += count * sizeof_reloc; in _bfd_elf_allocate_ifunc_dyn_relocs()
|
| D | elf-s390-common.c | 136 htab->irelifunc = s; in s390_elf_create_ifunc_sections() 256 htab->irelifunc->size += count * RELA_ENTRY_SIZE; in s390_elf_allocate_ifunc_dyn_relocs()
|
| D | ChangeLog-2009 | 2165 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 …]
|
| D | elf64-s390.c | 659 asection *irelifunc; member 1871 || s == htab->irelifunc) in elf_s390_size_dynamic_sections() 2538 sreloc = htab->elf.irelifunc; in elf_s390_relocate_section()
|
| D | elf32-s390.c | 742 asection *irelifunc; member 1917 || s == htab->irelifunc) in elf_s390_size_dynamic_sections() 2532 sreloc = htab->elf.irelifunc; in elf_s390_relocate_section()
|
| D | elf-bfd.h | 753 asection *irelifunc; member
|
| D | elf32-i386.c | 2475 sreloc = htab->elf.irelifunc; in elf_i386_relocate_section()
|
| D | elf64-x86-64.c | 2983 sreloc = htab->elf.irelifunc; in elf_x86_64_relocate_section()
|
| D | elfnn-riscv.c | 2349 sreloc = htab->elf.irelifunc; in riscv_elf_relocate_section()
|
| D | elfxx-sparc.c | 1254 if (htab->irelifunc != NULL || htab->iplt != NULL) in create_ifunc_sections()
|
| D | elfnn-loongarch.c | 2872 sreloc = htab->elf.irelifunc; in loongarch_elf_relocate_section()
|
| D | ChangeLog-2012 | 1213 (struct elf_s390_link_hash_table): New field irelifunc.
|
| D | elfnn-aarch64.c | 5797 sreloc = globals->root.irelifunc; in elfNN_aarch64_final_link_relocate()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf-ifunc.c | 41 if (htab->irelifunc != NULL || htab->iplt != NULL) in _bfd_elf_create_ifunc_sections() 67 htab->irelifunc = s; in _bfd_elf_create_ifunc_sections() 275 htab->irelifunc->size += count * sizeof_reloc; in _bfd_elf_allocate_ifunc_dyn_relocs()
|
| D | elf-s390-common.c | 136 htab->irelifunc = s; in s390_elf_create_ifunc_sections() 256 htab->irelifunc->size += count * RELA_ENTRY_SIZE; in s390_elf_allocate_ifunc_dyn_relocs()
|
| D | ChangeLog-2009 | 2165 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 …]
|
| D | elf32-s390.c | 742 asection *irelifunc; member 1915 || s == htab->irelifunc) in elf_s390_late_size_sections() 2528 sreloc = htab->elf.irelifunc; in elf_s390_relocate_section()
|
| D | elf64-s390.c | 659 asection *irelifunc; member 1871 || s == htab->irelifunc) in elf_s390_late_size_sections() 2593 sreloc = htab->elf.irelifunc; in elf_s390_relocate_section()
|
| D | elf-bfd.h | 759 asection *irelifunc; member
|
| D | elf32-i386.c | 2468 sreloc = htab->elf.irelifunc; in elf_i386_relocate_section()
|
| D | elf64-x86-64.c | 3048 sreloc = htab->elf.irelifunc; in elf_x86_64_relocate_section()
|
| D | elfxx-sparc.c | 1254 if (htab->irelifunc != NULL || htab->iplt != NULL) in create_ifunc_sections()
|
| D | elfnn-riscv.c | 2402 sreloc = htab->elf.irelifunc; in riscv_elf_relocate_section()
|
| D | elfnn-loongarch.c | 2839 sreloc = htab->elf.irelifunc; in loongarch_elf_relocate_section()
|
| D | ChangeLog-2012 | 1213 (struct elf_s390_link_hash_table): New field irelifunc.
|
12