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

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf64-ppc.c3395 struct ppc_stub_hash_entry *stub_cache;
3632 memset (&eh->u.stub_cache, 0,
3634 - offsetof (struct ppc_link_hash_entry, u.stub_cache)));
3805 if (h != NULL && h->u.stub_cache != NULL
3806 && h->u.stub_cache->h == h
3807 && h->u.stub_cache->id_sec == id_sec)
3809 stub_entry = h->u.stub_cache;
3822 h->u.stub_cache = stub_entry;
3391 struct ppc_stub_hash_entry *stub_cache; member in union:ppc_link_hash_entry::__anon227

Completed in 105 milliseconds