Searched refs:hsh_cache (Results 1 – 5 of 5) sorted by relevance
788 struct elf_metag_stub_hash_entry *hsh_cache; member1016 hh->hsh_cache = NULL; in metag_link_hash_newfunc()1134 if (hh != NULL && hh->hsh_cache != NULL in metag_get_stub_entry()1135 && hh->hsh_cache->hh == hh in metag_get_stub_entry()1136 && hh->hsh_cache->id_sec == id_sec) in metag_get_stub_entry()1138 hsh = hh->hsh_cache; in metag_get_stub_entry()1152 hh->hsh_cache = hsh; in metag_get_stub_entry()
215 struct elf32_hppa_stub_hash_entry *hsh_cache; member401 hh->hsh_cache = NULL; in hppa_link_hash_newfunc()525 if (hh != NULL && hh->hsh_cache != NULL in hppa_get_stub_entry()526 && hh->hsh_cache->hh == hh in hppa_get_stub_entry()527 && hh->hsh_cache->id_sec == id_sec) in hppa_get_stub_entry()529 hsh_entry = hh->hsh_cache; in hppa_get_stub_entry()542 hh->hsh_cache = hsh_entry; in hppa_get_stub_entry()
1757 struct elf32_nios2_stub_hash_entry *hsh_cache; member2062 eh->hsh_cache = NULL; in link_hash_newfunc()2141 if (hh != NULL && hh->hsh_cache != NULL in nios2_get_stub_entry()2142 && hh->hsh_cache->hh == hh in nios2_get_stub_entry()2143 && hh->hsh_cache->id_sec == id_sec in nios2_get_stub_entry()2144 && hh->hsh_cache->stub_type == stub_type) in nios2_get_stub_entry()2146 hsh = hh->hsh_cache; in nios2_get_stub_entry()2160 hh->hsh_cache = hsh; in nios2_get_stub_entry()
3205 (struct elf32_nios2_link_hash_entry): Add hsh_cache field.3214 (link_hash_newfunc): Initialize hsh_cache field.
1904 (struct elf32_hppa_link_hash_entry): Use eh, and hsh_cache.1908 (hppa_link_hash_newfunc): Use hsh_cache.1912 (hppa_get_stub_entry): Use hh, hsh_entry, and hsh_cache.