Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c4743 struct ppc_link_hash_entry *fdh = fh->oh; in lookup_fdh() local
4745 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 …]
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.