Searched refs:hashes (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-streamer.c140 if (cache->hashes.exists ())
142 if (cache->hashes.length () == ix)
143 cache->hashes.safe_push (hash);
145 cache->hashes[ix] = hash;
220 if (cache->hashes.exists ())
380 cache->hashes.create (165);
402 c->hashes.release ();
H A Dtree-streamer.h55 /* The node hashes (if available). */
56 vec<hashval_t> hashes; member in struct:streamer_tree_cache_d
121 return cache->hashes[ix];
/haiku-buildtools/binutils/ld/testsuite/ld-cris/
H A Dtls-ok-30.d8 # supposedly depending on symbol hashes.
H A Dtls-ok-34.d9 # supposedly depending on symbol hashes.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4585.go7 // Issue 4585: comparisons and hashes process blank
/haiku-buildtools/legacy/binutils/bfd/
H A Delf-m10300.c1834 struct elf_link_hash_entry **hashes;
1843 hashes = elf_sym_hashes (input_bfd);
1844 end_hashes = hashes + symcount;
1856 struct elf_link_hash_entry **lhashes = hashes;
1908 for (; hashes < end_hashes; hashes++)
1910 hash = (struct elf32_mn10300_link_hash_entry *) *hashes;
1997 struct elf_link_hash_entry **hashes;
2121 hashes = elf_sym_hashes (input_bfd);
2122 end_hashes = hashes
1833 struct elf_link_hash_entry **hashes; local
1996 struct elf_link_hash_entry **hashes; local
[all...]
H A Delf64-alpha.c2141 struct alpha_elf_link_hash_entry **hashes = alpha_elf_sym_hashes (bsub);
2151 h = hashes[i];
2198 struct alpha_elf_link_hash_entry **hashes;
2216 hashes = alpha_elf_sym_hashes (bsub);
2225 h = hashes[i];
2133 struct alpha_elf_link_hash_entry **hashes = alpha_elf_sym_hashes (bsub); local
2190 struct alpha_elf_link_hash_entry **hashes; local
H A Delf64-ppc.c8237 struct elf_link_hash_entry **hashes;
8241 hashes = elf_sym_hashes (htab->stub_bfd);
8242 if (hashes == NULL)
8246 hsize = (htab->stub_globals + 1) * sizeof (*hashes);
8247 hashes = bfd_zalloc (htab->stub_bfd, hsize);
8248 if (hashes == NULL)
8250 elf_sym_hashes (htab->stub_bfd) = hashes;
8255 hashes[symndx] = &h->elf;
8233 struct elf_link_hash_entry **hashes; local
/haiku-buildtools/binutils/bfd/
H A Delf-m10300.c2831 struct elf_link_hash_entry **hashes;
2840 hashes = elf_sym_hashes (input_bfd);
2841 end_hashes = hashes + symcount;
2853 struct elf_link_hash_entry **lhashes = hashes;
2906 for (; hashes < end_hashes; hashes++)
2908 hash = (struct elf32_mn10300_link_hash_entry *) *hashes;
3035 struct elf_link_hash_entry **hashes;
3158 hashes = elf_sym_hashes (input_bfd);
3159 end_hashes = hashes
2830 struct elf_link_hash_entry **hashes; local
3034 struct elf_link_hash_entry **hashes; local
[all...]
H A Delf64-alpha.c2291 struct alpha_elf_link_hash_entry **hashes = alpha_elf_sym_hashes (bsub);
2301 h = hashes[i];
2348 struct alpha_elf_link_hash_entry **hashes;
2366 hashes = alpha_elf_sym_hashes (bsub);
2375 h = hashes[i];
2283 struct alpha_elf_link_hash_entry **hashes = alpha_elf_sym_hashes (bsub); local
2340 struct alpha_elf_link_hash_entry **hashes; local
H A Delflink.c2513 if (reldata->hashes == NULL && reldata->count)
2522 reldata->hashes = p;
6903 /* No hashes are valid - empty bitmask. */
6905 /* No hashes in the only bucket. */
8441 struct elf_link_hash_entry **rel_hash = reldata->hashes;
8597 free (reldata->hashes);
8598 reldata->hashes = NULL;
10498 rel_hash = esdo->rel.hashes + esdo->rel.count;
10524 rel_hash = esdo->rela.hashes + esdo->rela.count;
10856 rel_hash_ptr = reldata->hashes
[all...]
H A Delf-bfd.h1191 In such a case hashes should be invalidated. */
1503 struct elf_link_hash_entry **hashes;
1501 struct elf_link_hash_entry **hashes; member in struct:bfd_elf_section_reloc_data
H A Delf64-ppc.c10920 struct elf_link_hash_entry **hashes;
10924 hashes = elf_sym_hashes (htab->params->stub_bfd);
10925 if (hashes == NULL)
10929 hsize = (htab->stub_globals + 1) * sizeof (*hashes);
10930 hashes = bfd_zalloc (htab->params->stub_bfd, hsize);
10931 if (hashes == NULL)
10933 elf_sym_hashes (htab->params->stub_bfd) = hashes;
10938 hashes[symndx] = &h->elf;
10916 struct elf_link_hash_entry **hashes; local
H A Delf32-arm.c15027 free (reldata->hashes);
15028 reldata->hashes = NULL;
/haiku-buildtools/autoconf/lib/Autom4te/
H A DStruct.pm126 my %hashes = ();
173 $hashes{$name}++;
221 elsif( defined $hashes{$name} ){
/haiku-buildtools/legacy/gcc/gcc/
H A Dtexinfo.tex4462 % eight hashes in a row on the macarg.#1 line collapse to four in the

Completed in 908 milliseconds