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

12

/haiku-buildtools/legacy/binutils/bfd/
H A Delf-vxworks.c101 if (htab->hplt)
103 htab->hplt->indx = -2;
104 htab->hplt->type = STT_FUNC;
H A Delf-bfd.h378 struct elf_link_hash_entry *hplt;
377 struct elf_link_hash_entry *hplt; member in struct:elf_link_hash_table
H A Delf32-i386.c2054 if (htab->elf.hplt != NULL)
3560 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_386_32);
3860 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_386_32);
H A Delfxx-sparc.c3624 rela.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_SPARC_32);
3809 && (h == htab->elf.hgot || h == htab->elf.hplt)))
4019 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_SPARC_32);
H A Delf32-ppc.c4865 if ((s == htab->plt || s == htab->got) && htab->elf.hplt != NULL)
6887 rela.r_info = ELF32_R_INFO (htab->elf.hplt->indx,
7257 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_PPC_ADDR32);
H A Delf64-alpha.c1255 elf_hash_table (info)->hplt = h;
4732 || h == elf_hash_table (info)->hplt)
H A Delf64-sh64.c3244 elf_hash_table (info)->hplt = h;
H A Delf32-arm.c6993 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx, R_ARM_ABS32);
7396 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx, R_ARM_ABS32);
H A Delf-m10300.c589 elf_hash_table (info)->hplt = h;
H A Delf32-m32r.c1676 htab->root.hplt = h;
H A Delf32-s390.c3314 || h == htab->elf.hplt)
/haiku-buildtools/binutils/bfd/
H A Delf-vxworks.c119 if (htab->hplt)
121 htab->hplt->indx = -2;
122 htab->hplt->type = STT_FUNC;
H A Delf32-vax.c607 || h == elf_hash_table (info)->hplt)
H A Delf32-i386.c3472 if (htab->elf.hplt != NULL)
5432 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_386_32);
5907 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_386_32);
H A Delfxx-sparc.c4343 rela.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_SPARC_32);
4589 && (h == htab->elf.hgot || h == htab->elf.hplt))))
4758 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_SPARC_32);
H A Delf-bfd.h565 struct elf_link_hash_entry *hplt;
564 struct elf_link_hash_entry *hplt; member in struct:elf_link_hash_table
H A Delf64-alpha.c1316 elf_hash_table (info)->hplt = h;
5012 || h == elf_hash_table (info)->hplt)
H A Delf32-sh.c2735 htab->root.hplt = h;
6727 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx, R_SH_DIR32);
7037 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx,
H A Delfnn-riscv.c2420 || (h == htab->elf.hgot || h == htab->elf.hplt))
H A Delf32-m32r.c1656 htab->root.hplt = h;
H A Delf32-lm32.c2450 htab->root.hplt = h;
H A Delf32-microblaze.c3287 || h == htab->elf.hplt)
H A Delf64-sh64.c3122 elf_hash_table (info)->hplt = h;
H A Delfxx-mips.c9863 if (htab->root.hplt == NULL)
9867 htab->root.hplt = h;
9872 h = htab->root.hplt;
11294 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx, R_MIPS_32);
11540 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx, R_MIPS_32);
H A Delf32-ppc.c6663 if (htab->elf.hplt != NULL)
10221 rela.r_info = ELF32_R_INFO (htab->elf.hplt->indx,
10622 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_PPC_ADDR32);

Completed in 542 milliseconds

12