Searched refs:eind (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/binutils/bfd/
H A Delf32-ppc.c2654 struct ppc_elf_link_hash_entry *edir, *eind;
2657 eind = (struct ppc_elf_link_hash_entry *) ind;
2659 if (eind->dyn_relocs != NULL)
2668 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; )
2686 edir->dyn_relocs = eind->dyn_relocs;
2687 eind->dyn_relocs = NULL;
2690 edir->tls_mask |= eind->tls_mask;
2691 edir->has_sda_refs |= eind->has_sda_refs;
2697 && eind->elf.root.type != bfd_link_hash_indirect
2699 edir->elf.non_got_ref |= eind
2649 struct ppc_elf_link_hash_entry *edir, *eind; local
[all...]
H A Delf64-ppc.c3973 struct ppc_link_hash_entry *edir, *eind;
3976 eind = (struct ppc_link_hash_entry *) ind;
3979 if (eind->dyn_relocs != NULL)
3988 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; )
4006 edir->dyn_relocs = eind->dyn_relocs;
4007 eind->dyn_relocs = NULL;
4010 edir->is_func |= eind->is_func;
4011 edir->is_func_descriptor |= eind->is_func_descriptor;
4012 edir->tls_mask |= eind->tls_mask;
4018 && eind
3969 struct ppc_link_hash_entry *edir, *eind; local
[all...]
H A Delf32-i386.c837 struct elf_i386_link_hash_entry *edir, *eind;
840 eind = (struct elf_i386_link_hash_entry *) ind;
842 if (eind->dyn_relocs != NULL)
851 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; )
869 edir->dyn_relocs = eind->dyn_relocs;
870 eind->dyn_relocs = NULL;
876 edir->tls_type = eind->tls_type;
877 eind->tls_type = GOT_UNKNOWN;
835 struct elf_i386_link_hash_entry *edir, *eind; local
H A Delf32-s390.c876 struct elf_s390_link_hash_entry *edir, *eind; local
879 eind = (struct elf_s390_link_hash_entry *) ind;
881 if (eind->dyn_relocs != NULL)
890 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; )
908 edir->dyn_relocs = eind->dyn_relocs;
909 eind->dyn_relocs = NULL;
915 edir->tls_type = eind->tls_type;
916 eind->tls_type = GOT_UNKNOWN;
H A Delf64-s390.c831 struct elf_s390_link_hash_entry *edir, *eind; local
834 eind = (struct elf_s390_link_hash_entry *) ind;
836 if (eind->dyn_relocs != NULL)
845 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; )
863 edir->dyn_relocs = eind->dyn_relocs;
864 eind->dyn_relocs = NULL;
870 edir->tls_type = eind->tls_type;
871 eind->tls_type = GOT_UNKNOWN;
H A Delf64-x86-64.c635 struct elf64_x86_64_link_hash_entry *edir, *eind;
638 eind = (struct elf64_x86_64_link_hash_entry *) ind;
640 if (eind->dyn_relocs != NULL)
649 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; )
667 edir->dyn_relocs = eind->dyn_relocs;
668 eind->dyn_relocs = NULL;
674 edir->tls_type = eind->tls_type;
675 eind->tls_type = GOT_UNKNOWN;
633 struct elf64_x86_64_link_hash_entry *edir, *eind; local
H A Delfxx-sparc.c986 struct _bfd_sparc_elf_link_hash_entry *edir, *eind;
989 eind = (struct _bfd_sparc_elf_link_hash_entry *) ind;
991 if (eind->dyn_relocs != NULL)
1000 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; )
1018 edir->dyn_relocs = eind->dyn_relocs;
1019 eind->dyn_relocs = NULL;
1025 edir->tls_type = eind->tls_type;
1026 eind->tls_type = GOT_UNKNOWN;
985 struct _bfd_sparc_elf_link_hash_entry *edir, *eind; local
H A Delf32-arm.c2400 struct elf32_arm_link_hash_entry *edir, *eind; local
2403 eind = (struct elf32_arm_link_hash_entry *) ind;
2405 if (eind->relocs_copied != NULL)
2414 for (pp = &eind->relocs_copied; (p = *pp) != NULL; )
2432 edir->relocs_copied = eind->relocs_copied;
2433 eind->relocs_copied = NULL;
2439 edir->plt_thumb_refcount += eind->plt_thumb_refcount;
2440 eind->plt_thumb_refcount = 0;
2444 edir->tls_type = eind->tls_type;
2445 eind
[all...]

Completed in 139 milliseconds