Searched refs:hsh_cache (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-metag.c | 786 struct elf_metag_stub_hash_entry *hsh_cache; member 990 hh->hsh_cache = NULL; in metag_link_hash_newfunc() 1108 if (hh != NULL && hh->hsh_cache != NULL in metag_get_stub_entry() 1109 && hh->hsh_cache->hh == hh in metag_get_stub_entry() 1110 && hh->hsh_cache->id_sec == id_sec) in metag_get_stub_entry() 1112 hsh = hh->hsh_cache; in metag_get_stub_entry() 1126 hh->hsh_cache = hsh; in metag_get_stub_entry()
|
H A D | elf32-hppa.c | 232 struct elf32_hppa_stub_hash_entry *hsh_cache; member 386 hh->hsh_cache = NULL; in hppa_link_hash_newfunc() 512 if (hh != NULL && hh->hsh_cache != NULL in hppa_get_stub_entry() 513 && hh->hsh_cache->hh == hh in hppa_get_stub_entry() 514 && hh->hsh_cache->id_sec == id_sec) in hppa_get_stub_entry() 516 hsh_entry = hh->hsh_cache; in hppa_get_stub_entry() 529 hh->hsh_cache = hsh_entry; in hppa_get_stub_entry()
|
H A D | elf32-nios2.c | 1738 struct elf32_nios2_stub_hash_entry *hsh_cache; member 2035 eh->hsh_cache = NULL; in link_hash_newfunc() 2113 if (hh != NULL && hh->hsh_cache != NULL in nios2_get_stub_entry() 2114 && hh->hsh_cache->hh == hh in nios2_get_stub_entry() 2115 && hh->hsh_cache->id_sec == id_sec in nios2_get_stub_entry() 2116 && hh->hsh_cache->stub_type == stub_type) in nios2_get_stub_entry() 2118 hsh = hh->hsh_cache; in nios2_get_stub_entry() 2132 hh->hsh_cache = hsh; in nios2_get_stub_entry()
|
H A D | ChangeLog-2014 | 3205 (struct elf32_nios2_link_hash_entry): Add hsh_cache field. 3214 (link_hash_newfunc): Initialize hsh_cache field.
|
H A D | ChangeLog-2005 | 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.
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-metag.c | 786 struct elf_metag_stub_hash_entry *hsh_cache; member 990 hh->hsh_cache = NULL; in metag_link_hash_newfunc() 1108 if (hh != NULL && hh->hsh_cache != NULL in metag_get_stub_entry() 1109 && hh->hsh_cache->hh == hh in metag_get_stub_entry() 1110 && hh->hsh_cache->id_sec == id_sec) in metag_get_stub_entry() 1112 hsh = hh->hsh_cache; in metag_get_stub_entry() 1126 hh->hsh_cache = hsh; in metag_get_stub_entry()
|
H A D | elf32-hppa.c | 232 struct elf32_hppa_stub_hash_entry *hsh_cache; member 386 hh->hsh_cache = NULL; in hppa_link_hash_newfunc() 512 if (hh != NULL && hh->hsh_cache != NULL in hppa_get_stub_entry() 513 && hh->hsh_cache->hh == hh in hppa_get_stub_entry() 514 && hh->hsh_cache->id_sec == id_sec) in hppa_get_stub_entry() 516 hsh_entry = hh->hsh_cache; in hppa_get_stub_entry() 529 hh->hsh_cache = hsh_entry; in hppa_get_stub_entry()
|
H A D | elf32-nios2.c | 1738 struct elf32_nios2_stub_hash_entry *hsh_cache; member 2035 eh->hsh_cache = NULL; in link_hash_newfunc() 2113 if (hh != NULL && hh->hsh_cache != NULL in nios2_get_stub_entry() 2114 && hh->hsh_cache->hh == hh in nios2_get_stub_entry() 2115 && hh->hsh_cache->id_sec == id_sec in nios2_get_stub_entry() 2116 && hh->hsh_cache->stub_type == stub_type) in nios2_get_stub_entry() 2118 hsh = hh->hsh_cache; in nios2_get_stub_entry() 2132 hh->hsh_cache = hsh; in nios2_get_stub_entry()
|
H A D | ChangeLog-2014 | 3205 (struct elf32_nios2_link_hash_entry): Add hsh_cache field. 3214 (link_hash_newfunc): Initialize hsh_cache field.
|
H A D | ChangeLog-2005 | 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.
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2014 | 3205 (struct elf32_nios2_link_hash_entry): Add hsh_cache field. 3214 (link_hash_newfunc): Initialize hsh_cache field.
|
H A D | ChangeLog-2005 | 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.
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-2005 | 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.
|