Lines Matching defs:oh

3336   struct ppc_link_hash_entry *oh;
4084 struct ppc_link_hash_entry *fdh = fh->oh;
4095 fdh->oh = fh;
4097 fh->oh = fdh;
4133 fdh->oh = fh;
4135 fh->oh = fdh;
5075 if (eh->oh != NULL
5076 && eh->oh->is_func_descriptor
5077 && (eh->oh->elf.root.type == bfd_link_hash_defined
5078 || eh->oh->elf.root.type == bfd_link_hash_defweak))
5079 eh = eh->oh;
5096 && (eh->oh->elf.root.type == bfd_link_hash_defined
5097 || eh->oh->elf.root.type == bfd_link_hash_defweak))
5098 eh->oh->elf.root.u.def.section->flags |= SEC_KEEP;
5141 && (eh->oh->elf.root.type == bfd_link_hash_defined
5142 || eh->oh->elf.root.type == bfd_link_hash_defweak))
5143 rsec = eh->oh->elf.root.u.def.section;
5185 if (eh->oh != NULL
5186 && eh->oh->is_func_descriptor
5187 && (eh->oh->elf.root.type == bfd_link_hash_defined
5188 || eh->oh->elf.root.type == bfd_link_hash_defweak))
5189 eh = eh->oh;
5194 && (eh->oh->elf.root.type == bfd_link_hash_defined
5195 || eh->oh->elf.root.type == bfd_link_hash_defweak))
5202 rsec = eh->oh->elf.root.u.def.section;
5639 && (fh->oh->elf.root.type == bfd_link_hash_defined
5640 || fh->oh->elf.root.type == bfd_link_hash_defweak)
5641 && get_opd_info (fh->oh->elf.root.u.def.section) != NULL
5642 && opd_entry_value (fh->oh->elf.root.u.def.section,
5643 fh->oh->elf.root.u.def.value,
5647 fh->elf.root.type = fh->oh->elf.root.type;
5726 fdh->oh = fh;
5727 fh->oh = fdh;
5942 struct ppc_link_hash_entry *fh = eh->oh;
5982 eh->oh = fh;
5983 fh->oh = eh;
6755 && h->oh != NULL
6756 && h->oh->is_func_descriptor
6757 && (h->oh->elf.root.type == bfd_link_hash_defined
6758 || h->oh->elf.root.type == bfd_link_hash_defweak))
6759 htab->tls_get_addr_fd = h->oh;
8137 if (fdh->oh != NULL
8138 && fdh->oh->is_func_descriptor)
8139 fdh = fdh->oh;
8325 if (h->oh != NULL && h->oh->is_func)
8326 h = h->oh;
8456 if (stub_entry->h->oh != NULL
8457 && stub_entry->h->oh->elf.root.type != bfd_link_hash_defined
8458 && stub_entry->h->oh->elf.root.type != bfd_link_hash_defweak)
8465 stub_entry->h->oh->elf.root.type = bfd_link_hash_defined;
8466 stub_entry->h->oh->elf.root.u.def.section = stub_entry->stub_sec;
8467 stub_entry->h->oh->elf.root.u.def.value = stub_entry->stub_offset;
8839 && eh->oh != NULL
8840 && eh->oh->elf.plt.plist != NULL)
10324 && (((fdh = h->oh) != NULL