Lines Matching refs:eind
3490 struct ppc_elf_link_hash_entry *edir, *eind; in ppc_elf_copy_indirect_symbol() local
3493 eind = (struct ppc_elf_link_hash_entry *) ind; in ppc_elf_copy_indirect_symbol()
3495 edir->tls_mask |= eind->tls_mask; in ppc_elf_copy_indirect_symbol()
3496 edir->has_sda_refs |= eind->has_sda_refs; in ppc_elf_copy_indirect_symbol()
3502 && eind->elf.root.type != bfd_link_hash_indirect in ppc_elf_copy_indirect_symbol()
3504 edir->elf.non_got_ref |= eind->elf.non_got_ref; in ppc_elf_copy_indirect_symbol()
3506 edir->elf.ref_dynamic |= eind->elf.ref_dynamic; in ppc_elf_copy_indirect_symbol()
3507 edir->elf.ref_regular |= eind->elf.ref_regular; in ppc_elf_copy_indirect_symbol()
3508 edir->elf.ref_regular_nonweak |= eind->elf.ref_regular_nonweak; in ppc_elf_copy_indirect_symbol()
3509 edir->elf.needs_plt |= eind->elf.needs_plt; in ppc_elf_copy_indirect_symbol()
3510 edir->elf.pointer_equality_needed |= eind->elf.pointer_equality_needed; in ppc_elf_copy_indirect_symbol()
3512 if (eind->dyn_relocs != NULL) in ppc_elf_copy_indirect_symbol()
3521 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; ) in ppc_elf_copy_indirect_symbol()
3539 edir->dyn_relocs = eind->dyn_relocs; in ppc_elf_copy_indirect_symbol()
3540 eind->dyn_relocs = NULL; in ppc_elf_copy_indirect_symbol()
3550 if (eind->elf.root.type != bfd_link_hash_indirect) in ppc_elf_copy_indirect_symbol()
3555 edir->elf.got.refcount += eind->elf.got.refcount; in ppc_elf_copy_indirect_symbol()
3556 eind->elf.got.refcount = 0; in ppc_elf_copy_indirect_symbol()
3559 if (eind->elf.plt.plist != NULL) in ppc_elf_copy_indirect_symbol()
3566 for (entp = &eind->elf.plt.plist; (ent = *entp) != NULL; ) in ppc_elf_copy_indirect_symbol()
3583 edir->elf.plt.plist = eind->elf.plt.plist; in ppc_elf_copy_indirect_symbol()
3584 eind->elf.plt.plist = NULL; in ppc_elf_copy_indirect_symbol()
3587 if (eind->elf.dynindx != -1) in ppc_elf_copy_indirect_symbol()
3592 edir->elf.dynindx = eind->elf.dynindx; in ppc_elf_copy_indirect_symbol()
3593 edir->elf.dynstr_index = eind->elf.dynstr_index; in ppc_elf_copy_indirect_symbol()
3594 eind->elf.dynindx = -1; in ppc_elf_copy_indirect_symbol()
3595 eind->elf.dynstr_index = 0; in ppc_elf_copy_indirect_symbol()