Lines Matching refs:oh
3154 struct ppc_link_hash_entry *oh; member
4097 if (eind->oh != NULL) in ppc64_elf_copy_indirect_symbol()
4098 edir->oh = ppc_follow_link (eind->oh); in ppc64_elf_copy_indirect_symbol()
4207 struct ppc_link_hash_entry *fdh = fh->oh; in lookup_fdh()
4219 fdh->oh = fh; in lookup_fdh()
4221 fh->oh = fdh; in lookup_fdh()
4226 fdh->oh = fh; in lookup_fdh()
4253 fdh->oh = fh; in make_fdh()
4255 fh->oh = fdh; in make_fdh()
5826 struct ppc_link_hash_entry *fh = ppc_follow_link (fdh->oh); in defined_code_entry()
5840 if (fh->oh != NULL in defined_func_desc()
5841 && fh->oh->is_func_descriptor) in defined_func_desc()
5843 struct ppc_link_hash_entry *fdh = ppc_follow_link (fh->oh); in defined_func_desc()
6825 if (ppc_elf_hash_entry (h)->oh == NULL in ppc64_elf_adjust_dynamic_symbol()
6892 struct ppc_link_hash_entry *fh = eh->oh; in ppc64_elf_hide_symbol()
6931 eh->oh = fh; in ppc64_elf_hide_symbol()
6932 fh->oh = eh; in ppc64_elf_hide_symbol()
7614 fdh = ppc_elf_hash_entry (h)->oh; in ppc64_elf_edit_opd()
8086 htab->tls_get_addr_fd->oh = htab->tls_get_addr; in ppc64_elf_tls_setup()
8090 htab->tls_get_addr->oh = htab->tls_get_addr_fd; in ppc64_elf_tls_setup()
8108 htab->tga_desc_fd->oh = htab->tga_desc; in ppc64_elf_tls_setup()
8112 htab->tga_desc->oh = htab->tga_desc_fd; in ppc64_elf_tls_setup()
10686 if (h->oh != NULL in ppc_type_of_stub()
10687 && h->oh->is_func_descriptor) in ppc_type_of_stub()
10689 fdh = ppc_follow_link (h->oh); in ppc_type_of_stub()
11641 if (h->oh != NULL && h->oh->is_func) in use_global_in_relocs()
11642 h = ppc_follow_link (h->oh); in use_global_in_relocs()
12139 && stub_entry->h->oh != NULL) in ppc_build_one_stub()
12141 struct ppc_link_hash_entry *fh = ppc_follow_link (stub_entry->h->oh); in ppc_build_one_stub()
13106 || (eh->oh != NULL in toc_adjusting_stub_needed()
13107 && ppc_follow_link (eh->oh)->elf.plt.plist != NULL))) in toc_adjusting_stub_needed()
13991 && hash->oh != NULL) in ppc64_elf_size_stubs()
13993 fdh = ppc_follow_link (hash->oh); in ppc64_elf_size_stubs()
16420 && h->oh != NULL in ppc64_elf_relocate_section()
16421 && h->oh->is_func_descriptor) in ppc64_elf_relocate_section()
16422 fdh = ppc_follow_link (h->oh); in ppc64_elf_relocate_section()