Home
last modified time | relevance | path

Searched refs:hsh_cache (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-metag.c786 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 Delf32-hppa.c232 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 Delf32-nios2.c1738 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()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-metag.c786 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 Delf32-hppa.c232 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 Delf32-nios2.c1738 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()
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-metag.c786 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 Delf32-hppa.c232 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 Delf32-nios2.c1738 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()
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-metag.c786 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 Delf32-hppa.c232 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 Delf32-nios2.c1738 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()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf32-metag.c788 struct elf_metag_stub_hash_entry *hsh_cache; member
1016 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()
H A Delf32-hppa.c215 struct elf32_hppa_stub_hash_entry *hsh_cache; member
401 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()
H A Delf32-nios2.c1757 struct elf32_nios2_stub_hash_entry *hsh_cache; member
2062 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()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf32-metag.c788 struct elf_metag_stub_hash_entry *hsh_cache; member
1016 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()
H A Delf32-hppa.c215 struct elf32_hppa_stub_hash_entry *hsh_cache; member
401 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()
H A Delf32-nios2.c1757 struct elf32_nios2_stub_hash_entry *hsh_cache; member
2062 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()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf32-metag.c788 struct elf_metag_stub_hash_entry *hsh_cache; member
1012 hh->hsh_cache = NULL; in metag_link_hash_newfunc()
1126 if (hh != NULL && hh->hsh_cache != NULL in metag_get_stub_entry()
1127 && hh->hsh_cache->hh == hh in metag_get_stub_entry()
1128 && hh->hsh_cache->id_sec == id_sec) in metag_get_stub_entry()
1130 hsh = hh->hsh_cache; in metag_get_stub_entry()
1144 hh->hsh_cache = hsh; in metag_get_stub_entry()
H A Delf32-hppa.c217 struct elf32_hppa_stub_hash_entry *hsh_cache; member
403 hh->hsh_cache = NULL; in hppa_link_hash_newfunc()
511 if (hh != NULL && hh->hsh_cache != NULL in hppa_get_stub_entry()
512 && hh->hsh_cache->hh == hh in hppa_get_stub_entry()
513 && hh->hsh_cache->id_sec == id_sec) in hppa_get_stub_entry()
515 hsh_entry = hh->hsh_cache; in hppa_get_stub_entry()
528 hh->hsh_cache = hsh_entry; in hppa_get_stub_entry()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-metag.c786 struct elf_metag_stub_hash_entry *hsh_cache; member
993 hh->hsh_cache = NULL; in metag_link_hash_newfunc()
1111 if (hh != NULL && hh->hsh_cache != NULL in metag_get_stub_entry()
1112 && hh->hsh_cache->hh == hh in metag_get_stub_entry()
1113 && hh->hsh_cache->id_sec == id_sec) in metag_get_stub_entry()
1115 hsh = hh->hsh_cache; in metag_get_stub_entry()
1129 hh->hsh_cache = hsh; in metag_get_stub_entry()
H A Delf32-hppa.c223 struct elf32_hppa_stub_hash_entry *hsh_cache; member
383 hh->hsh_cache = NULL; in hppa_link_hash_newfunc()
507 if (hh != NULL && hh->hsh_cache != NULL in hppa_get_stub_entry()
508 && hh->hsh_cache->hh == hh in hppa_get_stub_entry()
509 && hh->hsh_cache->id_sec == id_sec) in hppa_get_stub_entry()
511 hsh_entry = hh->hsh_cache; in hppa_get_stub_entry()
524 hh->hsh_cache = hsh_entry; in hppa_get_stub_entry()
H A Delf32-nios2.c1737 struct elf32_nios2_stub_hash_entry *hsh_cache; member
2040 eh->hsh_cache = NULL; in link_hash_newfunc()
2119 if (hh != NULL && hh->hsh_cache != NULL in nios2_get_stub_entry()
2120 && hh->hsh_cache->hh == hh in nios2_get_stub_entry()
2121 && hh->hsh_cache->id_sec == id_sec in nios2_get_stub_entry()
2122 && hh->hsh_cache->stub_type == stub_type) in nios2_get_stub_entry()
2124 hsh = hh->hsh_cache; in nios2_get_stub_entry()
2138 hh->hsh_cache = hsh; in nios2_get_stub_entry()
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Delf32-hppa.c212 struct elf32_hppa_stub_hash_entry *hsh_cache; member
375 hh->hsh_cache = NULL; in hppa_link_hash_newfunc()
502 if (hh != NULL && hh->hsh_cache != NULL in hppa_get_stub_entry()
503 && hh->hsh_cache->hh == hh in hppa_get_stub_entry()
504 && hh->hsh_cache->id_sec == id_sec) in hppa_get_stub_entry()
506 hsh_entry = hh->hsh_cache; in hppa_get_stub_entry()
519 hh->hsh_cache = hsh_entry; in hppa_get_stub_entry()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf32-hppa.c217 struct elf32_hppa_stub_hash_entry *hsh_cache; member
403 hh->hsh_cache = NULL; in hppa_link_hash_newfunc()
529 if (hh != NULL && hh->hsh_cache != NULL in hppa_get_stub_entry()
530 && hh->hsh_cache->hh == hh in hppa_get_stub_entry()
531 && hh->hsh_cache->id_sec == id_sec) in hppa_get_stub_entry()
533 hsh_entry = hh->hsh_cache; in hppa_get_stub_entry()
546 hh->hsh_cache = hsh_entry; in hppa_get_stub_entry()

12