• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/cxxfilt-11/cxxfilt/bfd/

Lines Matching refs:oh

3318   struct ppc_link_hash_entry *oh;
4089 struct ppc_link_hash_entry *fdh = fh->oh;
4100 fdh->oh = fh;
4102 fh->oh = fdh;
4138 fdh->oh = fh;
4140 fh->oh = fdh;
5080 if (eh->oh != NULL
5081 && eh->oh->is_func_descriptor
5082 && (eh->oh->elf.root.type == bfd_link_hash_defined
5083 || eh->oh->elf.root.type == bfd_link_hash_defweak))
5084 eh = eh->oh;
5101 && (eh->oh->elf.root.type == bfd_link_hash_defined
5102 || eh->oh->elf.root.type == bfd_link_hash_defweak))
5103 eh->oh->elf.root.u.def.section->flags |= SEC_KEEP;
5146 && (eh->oh->elf.root.type == bfd_link_hash_defined
5147 || eh->oh->elf.root.type == bfd_link_hash_defweak))
5148 rsec = eh->oh->elf.root.u.def.section;
5190 if (eh->oh != NULL
5191 && eh->oh->is_func_descriptor
5192 && (eh->oh->elf.root.type == bfd_link_hash_defined
5193 || eh->oh->elf.root.type == bfd_link_hash_defweak))
5194 eh = eh->oh;
5199 && (eh->oh->elf.root.type == bfd_link_hash_defined
5200 || eh->oh->elf.root.type == bfd_link_hash_defweak))
5207 rsec = eh->oh->elf.root.u.def.section;
5646 && (fh->oh->elf.root.type == bfd_link_hash_defined
5647 || fh->oh->elf.root.type == bfd_link_hash_defweak)
5648 && get_opd_info (fh->oh->elf.root.u.def.section) != NULL
5649 && opd_entry_value (fh->oh->elf.root.u.def.section,
5650 fh->oh->elf.root.u.def.value,
5654 fh->elf.root.type = fh->oh->elf.root.type;
5733 fdh->oh = fh;
5734 fh->oh = fdh;
5966 struct ppc_link_hash_entry *fh = eh->oh;
6006 eh->oh = fh;
6007 fh->oh = eh;
6779 && h->oh != NULL
6780 && h->oh->is_func_descriptor
6781 && (h->oh->elf.root.type == bfd_link_hash_defined
6782 || h->oh->elf.root.type == bfd_link_hash_defweak))
6783 htab->tls_get_addr_fd = h->oh;
8161 if (fdh->oh != NULL
8162 && fdh->oh->is_func_descriptor)
8163 fdh = fdh->oh;
8349 if (h->oh != NULL && h->oh->is_func)
8350 h = h->oh;
8453 if (stub_entry->h->oh != NULL
8454 && stub_entry->h->oh->elf.root.type != bfd_link_hash_defined
8455 && stub_entry->h->oh->elf.root.type != bfd_link_hash_defweak)
8462 stub_entry->h->oh->elf.root.type = bfd_link_hash_defined;
8463 stub_entry->h->oh->elf.root.u.def.section = stub_entry->stub_sec;
8464 stub_entry->h->oh->elf.root.u.def.value = stub_entry->stub_offset;
8831 && eh->oh != NULL
8832 && eh->oh->elf.plt.plist != NULL)
10299 && (((fdh = h->oh) != NULL