Searched refs:fdh (Results 1 – 3 of 3) sorted by relevance
4846 struct ppc_link_hash_entry *fdh = fh->oh; in lookup_fdh() local4848 if (fdh == NULL) in lookup_fdh()4852 fdh = (struct ppc_link_hash_entry *) in lookup_fdh()4854 if (fdh == NULL) in lookup_fdh()4855 return fdh; in lookup_fdh()4857 fdh->is_func_descriptor = 1; in lookup_fdh()4858 fdh->oh = fh; in lookup_fdh()4860 fh->oh = fdh; in lookup_fdh()4863 return ppc_follow_link (fdh); in lookup_fdh()4875 struct ppc_link_hash_entry *fdh; in make_fdh() local[all …]
1963 before calling get_fdh. Test fdh rather than h before dereferencing1964 fdh. Mark removed symbols in opd_adjust.
2755 (ppc64_elf_relocate_section): Use fdh on all ppc_get_stub_entry calls.