Searched refs:stub_cache (Results 1 – 5 of 5) sorted by relevance
1782 struct elf_aarch64_stub_hash_entry *stub_cache; member1921 ret->stub_cache = NULL; in elfNN_aarch64_link_hash_newfunc()2288 if (h != NULL && h->stub_cache != NULL in elfNN_aarch64_get_stub_entry()2289 && h->stub_cache->h == h && h->stub_cache->id_sec == id_sec) in elfNN_aarch64_get_stub_entry()2291 stub_entry = h->stub_cache; in elfNN_aarch64_get_stub_entry()2304 h->stub_cache = stub_entry; in elfNN_aarch64_get_stub_entry()
3856 struct ppc_stub_hash_entry *stub_cache; member4115 memset (&eh->u.stub_cache, 0, in link_hash_newfunc()4117 - offsetof (struct ppc_link_hash_entry, u.stub_cache))); in link_hash_newfunc()4414 if (h != NULL && h->u.stub_cache != NULL in ppc_get_stub_entry()4415 && h->u.stub_cache->h == h in ppc_get_stub_entry()4416 && h->u.stub_cache->id_sec == id_sec) in ppc_get_stub_entry()4418 stub_entry = h->u.stub_cache; in ppc_get_stub_entry()4431 h->u.stub_cache = stub_entry; in ppc_get_stub_entry()
2889 struct elf32_arm_stub_hash_entry *stub_cache; member3106 ret->stub_cache = NULL; in elf32_arm_link_hash_newfunc()3958 if (h != NULL && h->stub_cache != NULL in elf32_arm_get_stub_entry()3959 && h->stub_cache->h == h in elf32_arm_get_stub_entry()3960 && h->stub_cache->id_sec == id_sec in elf32_arm_get_stub_entry()3961 && h->stub_cache->stub_type == stub_type) in elf32_arm_get_stub_entry()3963 stub_entry = h->stub_cache; in elf32_arm_get_stub_entry()3976 h->stub_cache = stub_entry; in elf32_arm_get_stub_entry()
2176 (elf32_arm_link_hash_entry): Add stub_cache field.
9270 (struct ppc_link_hash_entry): Add stub_cache, oh.