Lines Matching refs:eind
5892 struct elf_sh_link_hash_entry *edir, *eind; in sh_elf_copy_indirect_symbol() local
5895 eind = (struct elf_sh_link_hash_entry *) ind; in sh_elf_copy_indirect_symbol()
5897 if (eind->dyn_relocs != NULL) in sh_elf_copy_indirect_symbol()
5906 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; ) in sh_elf_copy_indirect_symbol()
5924 edir->dyn_relocs = eind->dyn_relocs; in sh_elf_copy_indirect_symbol()
5925 eind->dyn_relocs = NULL; in sh_elf_copy_indirect_symbol()
5927 edir->gotplt_refcount = eind->gotplt_refcount; in sh_elf_copy_indirect_symbol()
5928 eind->gotplt_refcount = 0; in sh_elf_copy_indirect_symbol()
5930 edir->datalabel_got.refcount += eind->datalabel_got.refcount; in sh_elf_copy_indirect_symbol()
5931 eind->datalabel_got.refcount = 0; in sh_elf_copy_indirect_symbol()
5933 edir->funcdesc.refcount += eind->funcdesc.refcount; in sh_elf_copy_indirect_symbol()
5934 eind->funcdesc.refcount = 0; in sh_elf_copy_indirect_symbol()
5935 edir->abs_funcdesc_refcount += eind->abs_funcdesc_refcount; in sh_elf_copy_indirect_symbol()
5936 eind->abs_funcdesc_refcount = 0; in sh_elf_copy_indirect_symbol()
5941 edir->got_type = eind->got_type; in sh_elf_copy_indirect_symbol()
5942 eind->got_type = GOT_UNKNOWN; in sh_elf_copy_indirect_symbol()