Lines Matching refs:oh

3964   struct ppc_link_hash_entry *oh;  member
4734 if (eind->oh != NULL) in ppc64_elf_copy_indirect_symbol()
4735 edir->oh = ppc_follow_link (eind->oh); in ppc64_elf_copy_indirect_symbol()
4846 struct ppc_link_hash_entry *fdh = fh->oh; in lookup_fdh()
4858 fdh->oh = fh; in lookup_fdh()
4860 fh->oh = fdh; in lookup_fdh()
4895 fdh->oh = fh; in make_fdh()
4897 fh->oh = fdh; in make_fdh()
6285 struct ppc_link_hash_entry *fh = ppc_follow_link (fdh->oh); in defined_code_entry()
6299 if (fh->oh != NULL in defined_func_desc()
6300 && fh->oh->is_func_descriptor) in defined_func_desc()
6302 struct ppc_link_hash_entry *fdh = ppc_follow_link (fh->oh); in defined_func_desc()
7026 fdh->oh = fh; in func_desc_adjust()
7027 fh->oh = fdh; in func_desc_adjust()
7323 struct ppc_link_hash_entry *fh = eh->oh; in ppc64_elf_hide_symbol()
7366 eh->oh = fh; in ppc64_elf_hide_symbol()
7367 fh->oh = eh; in ppc64_elf_hide_symbol()
8271 htab->tls_get_addr_fd->oh = htab->tls_get_addr; in ppc64_elf_tls_setup()
8275 htab->tls_get_addr->oh = htab->tls_get_addr_fd; in ppc64_elf_tls_setup()
10296 if (h->oh != NULL in ppc_type_of_stub()
10297 && h->oh->is_func_descriptor) in ppc_type_of_stub()
10299 fdh = ppc_follow_link (h->oh); in ppc_type_of_stub()
10836 if (h->oh != NULL && h->oh->is_func) in ppc_build_one_stub()
10837 h = ppc_follow_link (h->oh); in ppc_build_one_stub()
11019 && stub_entry->h->oh != NULL) in ppc_build_one_stub()
11021 struct ppc_link_hash_entry *fh = ppc_follow_link (stub_entry->h->oh); in ppc_build_one_stub()
11763 || (eh->oh != NULL in toc_adjusting_stub_needed()
11764 && ppc_follow_link (eh->oh)->elf.plt.plist != NULL))) in toc_adjusting_stub_needed()
14054 && h->oh != NULL in ppc64_elf_relocate_section()
14055 && h->oh->is_func_descriptor) in ppc64_elf_relocate_section()
14056 fdh = ppc_follow_link (h->oh); in ppc64_elf_relocate_section()