Lines Matching refs:edir

4089   struct ppc_link_hash_entry *edir, *eind;  in ppc64_elf_copy_indirect_symbol()  local
4091 edir = ppc_elf_hash_entry (dir); in ppc64_elf_copy_indirect_symbol()
4094 edir->is_func |= eind->is_func; in ppc64_elf_copy_indirect_symbol()
4095 edir->is_func_descriptor |= eind->is_func_descriptor; in ppc64_elf_copy_indirect_symbol()
4096 edir->tls_mask |= eind->tls_mask; in ppc64_elf_copy_indirect_symbol()
4098 edir->oh = ppc_follow_link (eind->oh); in ppc64_elf_copy_indirect_symbol()
4100 if (edir->elf.versioned != versioned_hidden) in ppc64_elf_copy_indirect_symbol()
4101 edir->elf.ref_dynamic |= eind->elf.ref_dynamic; in ppc64_elf_copy_indirect_symbol()
4102 edir->elf.ref_regular |= eind->elf.ref_regular; in ppc64_elf_copy_indirect_symbol()
4103 edir->elf.ref_regular_nonweak |= eind->elf.ref_regular_nonweak; in ppc64_elf_copy_indirect_symbol()
4104 edir->elf.non_got_ref |= eind->elf.non_got_ref; in ppc64_elf_copy_indirect_symbol()
4105 edir->elf.needs_plt |= eind->elf.needs_plt; in ppc64_elf_copy_indirect_symbol()
4106 edir->elf.pointer_equality_needed |= eind->elf.pointer_equality_needed; in ppc64_elf_copy_indirect_symbol()
4158 if (edir->elf.got.glist != NULL) in ppc64_elf_copy_indirect_symbol()
4167 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next) in ppc64_elf_copy_indirect_symbol()
4179 *entp = edir->elf.got.glist; in ppc64_elf_copy_indirect_symbol()
4182 edir->elf.got.glist = eind->elf.got.glist; in ppc64_elf_copy_indirect_symbol()
4187 move_plt_plist (eind, edir); in ppc64_elf_copy_indirect_symbol()
4191 if (edir->elf.dynindx != -1) in ppc64_elf_copy_indirect_symbol()
4193 edir->elf.dynstr_index); in ppc64_elf_copy_indirect_symbol()
4194 edir->elf.dynindx = eind->elf.dynindx; in ppc64_elf_copy_indirect_symbol()
4195 edir->elf.dynstr_index = eind->elf.dynstr_index; in ppc64_elf_copy_indirect_symbol()