Searched refs:hplt (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-vxworks.c119 if (htab->hplt)
121 htab->hplt->indx = -2;
122 htab->hplt->type = STT_FUNC;
H A Delf-bfd.h370 struct elf_link_hash_entry *hplt;
369 struct elf_link_hash_entry *hplt; member in struct:elf_link_hash_table
H A Delf32-i386.c2006 if (htab->elf.hplt != NULL)
3441 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_386_32);
3741 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_386_32);
H A Delfxx-sparc.c3625 rela.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_SPARC_32);
3802 && (h == htab->elf.hgot || h == htab->elf.hplt)))
3971 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_SPARC_32);
H A Delf32-ppc.c5139 if ((s == htab->plt || s == htab->got) && htab->elf.hplt != NULL)
7230 rela.r_info = ELF32_R_INFO (htab->elf.hplt->indx,
7600 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_PPC_ADDR32);
H A Delf64-alpha.c1279 elf_hash_table (info)->hplt = h;
4794 || h == elf_hash_table (info)->hplt)
H A Delf32-arm.c8927 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx, R_ARM_ABS32);
9337 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx, R_ARM_ABS32);
H A Delf32-s390.c3337 || h == htab->elf.hplt)
H A Delf64-s390.c3243 || h == htab->elf.hplt)
H A Delfxx-mips.c8521 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx, R_MIPS_32);
8667 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx, R_MIPS_32);
H A Delfxx-ia64.c5427 || h == ia64_info->root.hplt)
H A Delflink.c306 elf_hash_table (info)->hplt = h;

Completed in 363 milliseconds