Lines Matching refs:eh

4014   struct elf_sh_link_hash_entry *eh;
4090 eh = (struct elf_sh_link_hash_entry *) h;
4091 for (p = eh->dyn_relocs; p != NULL; p = p->next)
4166 struct elf_sh_link_hash_entry *eh;
4181 eh = (struct elf_sh_link_hash_entry *) h;
4184 && eh->gotplt_refcount > 0)
4188 h->got.refcount += eh->gotplt_refcount;
4189 if (h->plt.refcount >= eh->gotplt_refcount)
4190 h->plt.refcount -= eh->gotplt_refcount;
4292 if (eh->datalabel_got.refcount > 0)
4307 eh->datalabel_got.offset = s->size;
4314 eh->datalabel_got.offset = (bfd_vma) -1;
4317 if (eh->dyn_relocs == NULL)
4332 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; )
4347 eh->dyn_relocs = NULL;
4377 eh->dyn_relocs = NULL;
4383 for (p = eh->dyn_relocs; p != NULL; p = p->next)
4397 struct elf_sh_link_hash_entry *eh;
4403 eh = (struct elf_sh_link_hash_entry *) h;
4404 for (p = eh->dyn_relocs; p != NULL; p = p->next)
6081 struct elf_sh_link_hash_entry *eh;
6094 eh = (struct elf_sh_link_hash_entry *) h;
6095 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next)
6138 struct elf_sh_link_hash_entry *eh;
6139 eh = (struct elf_sh_link_hash_entry *) h;
6140 if (eh->datalabel_got.refcount > 0)
6141 eh->datalabel_got.refcount -= 1;
6194 struct elf_sh_link_hash_entry *eh;
6195 eh = (struct elf_sh_link_hash_entry *) h;
6196 if (eh->gotplt_refcount > 0)
6198 eh->gotplt_refcount -= 1;
6205 if (eh->datalabel_got.refcount > 0)
6206 eh->datalabel_got.refcount -= 1;
6509 struct elf_sh_link_hash_entry *eh
6512 eh->datalabel_got.refcount += 1;
7131 struct elf_sh_link_hash_entry *eh;
7133 eh = (struct elf_sh_link_hash_entry *) h;
7134 if (eh->datalabel_got.offset != (bfd_vma) -1)
7150 + (eh->datalabel_got.offset &~ (bfd_vma) 1));
7168 + eh->datalabel_got.offset);