Searched refs:hplt (Results 1 – 19 of 19) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elf-vxworks.c | 101 if (htab->hplt) in elf_vxworks_create_dynamic_sections() 103 htab->hplt->indx = -2; in elf_vxworks_create_dynamic_sections() 104 htab->hplt->type = STT_FUNC; in elf_vxworks_create_dynamic_sections()
|
| D | ChangeLog | 986 the cached hplt entry to check for _PROCEDURE_LINKAGE_TABLE_. 994 * elf-bfd.h (elf_link_hash_table): Add hplt field. 1002 * elf32-i386.c (elf_i386_link_hash_table): Remove hgot and hplt. 1004 (elf_i386_size_dynamic_sections): Use the generic ELF hplt and 1007 * elf32-ppc.c (ppc_elf_link_hash_table): Remove hplt. 1008 (ppc_elf_size_dynamic_sections): Use the generic ELF hplt fields.
|
| D | elf32-i386.c | 2064 if (htab->elf.hplt != NULL) in elf_i386_size_dynamic_sections() 3549 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_386_32); in elf_i386_finish_dynamic_symbol() 3849 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_386_32); in elf_i386_finish_dynamic_sections()
|
| D | elfxx-sparc.c | 3608 rela.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_SPARC_32); in sparc_vxworks_build_plt_entry() 3785 && (h == htab->elf.hgot || h == htab->elf.hplt))) in _bfd_sparc_elf_finish_dynamic_symbol() 3954 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_SPARC_32); in sparc_vxworks_finish_exec_plt()
|
| D | elf-bfd.h | 357 struct elf_link_hash_entry *hplt; member
|
| D | elf32-ppc.c | 4857 if ((s == htab->plt || s == htab->got) && htab->elf.hplt != NULL) in ppc_elf_size_dynamic_sections() 6878 rela.r_info = ELF32_R_INFO (htab->elf.hplt->indx, in ppc_elf_finish_dynamic_symbol() 7246 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_PPC_ADDR32); in ppc_elf_finish_dynamic_sections()
|
| D | elf64-alpha.c | 1250 elf_hash_table (info)->hplt = h; in elf64_alpha_create_dynamic_sections() 4722 || h == elf_hash_table (info)->hplt) in elf64_alpha_finish_dynamic_symbol()
|
| D | elf64-sh64.c | 3244 elf_hash_table (info)->hplt = h; in sh64_elf64_create_dynamic_sections()
|
| D | elf32-arm.c | 7052 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx, R_ARM_ABS32); in elf32_arm_finish_dynamic_symbol() 7455 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx, R_ARM_ABS32); in elf32_arm_finish_dynamic_sections()
|
| D | elf32-m32r.c | 1672 htab->root.hplt = h; in m32r_elf_create_dynamic_sections()
|
| D | elf64-s390.c | 3257 || h == htab->elf.hplt)
|
| D | elf32-s390.c | 3314 || h == htab->elf.hplt)
|
| D | elf-m10300.c | 589 elf_hash_table (info)->hplt = h;
|
| D | elfxx-mips.c | 8384 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx, R_MIPS_32); in _bfd_mips_vxworks_finish_dynamic_symbol() 8530 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx, R_MIPS_32); in mips_vxworks_finish_exec_plt()
|
| D | elf32-frv.c | 4406 elf_hash_table (info)->hplt = h; in _frv_create_got_section()
|
| D | elf32-sh.c | 3730 htab->root.hplt = h; in sh_elf_create_dynamic_sections()
|
| D | elfxx-ia64.c | 5319 || h == ia64_info->root.hplt)
|
| D | ChangeLog-2005 | 1673 (ppc_elf_link_hash_table): Add srelplt2, sgotplt, hgot, hplt, 2888 (elf_i386_link_hash_table): Add srelplt2, hgot, hplt, is_vxworks and
|
| D | elflink.c | 315 elf_hash_table (info)->hplt = h; in _bfd_elf_create_dynamic_sections()
|