Searched refs:ppc_coff_link_hash_entry (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/binutils/bfd/
H A Dcoff-ppc.c106 struct ppc_coff_link_hash_entry struct
147 struct ppc_coff_link_hash_entry *ret =
148 (struct ppc_coff_link_hash_entry *) entry;
152 if (ret == (struct ppc_coff_link_hash_entry *) NULL)
153 ret = (struct ppc_coff_link_hash_entry *)
155 sizeof (struct ppc_coff_link_hash_entry));
157 if (ret == (struct ppc_coff_link_hash_entry *) NULL)
161 ret = ((struct ppc_coff_link_hash_entry *)
205 sizeof (struct ppc_coff_link_hash_entry)))
875 struct ppc_coff_link_hash_entry *
[all...]

Completed in 101 milliseconds