Searched refs:stub_cache (Results 1 – 4 of 4) sorted by relevance
2240 struct elf_aarch64_stub_hash_entry *stub_cache; member2382 ret->stub_cache = NULL; in elfNN_aarch64_link_hash_newfunc()2740 if (h != NULL && h->stub_cache != NULL in elfNN_aarch64_get_stub_entry()2741 && h->stub_cache->h == h && h->stub_cache->id_sec == id_sec) in elfNN_aarch64_get_stub_entry()2743 stub_entry = h->stub_cache; in elfNN_aarch64_get_stub_entry()2756 h->stub_cache = stub_entry; in elfNN_aarch64_get_stub_entry()
3954 struct ppc_stub_hash_entry *stub_cache; member4219 memset (&eh->u.stub_cache, 0, in link_hash_newfunc()4221 - offsetof (struct ppc_link_hash_entry, u.stub_cache))); in link_hash_newfunc()4521 if (h != NULL && h->u.stub_cache != NULL in ppc_get_stub_entry()4522 && h->u.stub_cache->h == h in ppc_get_stub_entry()4523 && h->u.stub_cache->group == group) in ppc_get_stub_entry()4525 stub_entry = h->u.stub_cache; in ppc_get_stub_entry()4538 h->u.stub_cache = stub_entry; in ppc_get_stub_entry()
2176 (elf32_arm_link_hash_entry): Add stub_cache field.
9270 (struct ppc_link_hash_entry): Add stub_cache, oh.