Home
last modified time | relevance | path

Searched refs:fdh (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c4846 struct ppc_link_hash_entry *fdh = fh->oh; in lookup_fdh() local
4848 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 …]
DChangeLog-20041963 before calling get_fdh. Test fdh rather than h before dereferencing
1964 fdh. Mark removed symbols in opd_adjust.
DChangeLog-20102755 (ppc64_elf_relocate_section): Use fdh on all ppc_get_stub_entry calls.