Lines Matching refs:edir
5892 struct elf_sh_link_hash_entry *edir, *eind; in sh_elf_copy_indirect_symbol() local
5894 edir = (struct elf_sh_link_hash_entry *) dir; in sh_elf_copy_indirect_symbol()
5899 if (edir->dyn_relocs != NULL) in sh_elf_copy_indirect_symbol()
5910 for (q = edir->dyn_relocs; q != NULL; q = q->next) in sh_elf_copy_indirect_symbol()
5921 *pp = edir->dyn_relocs; in sh_elf_copy_indirect_symbol()
5924 edir->dyn_relocs = eind->dyn_relocs; in sh_elf_copy_indirect_symbol()
5927 edir->gotplt_refcount = eind->gotplt_refcount; in sh_elf_copy_indirect_symbol()
5930 edir->datalabel_got.refcount += eind->datalabel_got.refcount; in sh_elf_copy_indirect_symbol()
5933 edir->funcdesc.refcount += eind->funcdesc.refcount; in sh_elf_copy_indirect_symbol()
5935 edir->abs_funcdesc_refcount += eind->abs_funcdesc_refcount; in sh_elf_copy_indirect_symbol()
5941 edir->got_type = eind->got_type; in sh_elf_copy_indirect_symbol()