Searched refs:fdh (Results 1 – 3 of 3) sorted by relevance
4743 struct ppc_link_hash_entry *fdh = fh->oh; in lookup_fdh() local4745 if (fdh == NULL) in lookup_fdh()4749 fdh = (struct ppc_link_hash_entry *) in lookup_fdh()4751 if (fdh == NULL) in lookup_fdh()4752 return fdh; in lookup_fdh()4754 fdh->is_func_descriptor = 1; in lookup_fdh()4755 fdh->oh = fh; in lookup_fdh()4757 fh->oh = fdh; in lookup_fdh()4760 return ppc_follow_link (fdh); in lookup_fdh()4772 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.