Searched refs:hashes (Results 51 - 75 of 80) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf64-alpha.c2215 struct alpha_elf_link_hash_entry **hashes = alpha_elf_sym_hashes (bsub);
2225 h = hashes[i];
2272 struct alpha_elf_link_hash_entry **hashes;
2290 hashes = alpha_elf_sym_hashes (bsub);
2299 h = hashes[i];
2207 struct alpha_elf_link_hash_entry **hashes = alpha_elf_sym_hashes (bsub); local
2264 struct alpha_elf_link_hash_entry **hashes; local
H A Delflink.c2708 if (reldata->hashes == NULL && reldata->count)
2717 reldata->hashes = p;
7454 /* No hashes are valid - empty bitmask. */
7456 /* No hashes in the only bucket. */
9134 struct elf_link_hash_entry **rel_hash = reldata->hashes;
9303 free (reldata->hashes);
9304 reldata->hashes = NULL;
11303 rel_hash = esdo->rel.hashes + esdo->rel.count;
11329 rel_hash = esdo->rela.hashes + esdo->rela.count;
11665 rel_hash_ptr = reldata->hashes
[all...]
H A Delf-bfd.h1319 In such a case hashes should be invalidated. */
1696 struct elf_link_hash_entry **hashes;
1694 struct elf_link_hash_entry **hashes; member in struct:bfd_elf_section_reloc_data
H A Delf64-ppc.c11293 struct elf_link_hash_entry **hashes;
11299 up global sym hashes for the stub bfd (which has no symbols). */
11300 hashes = elf_sym_hashes (htab->params->stub_bfd);
11301 if (hashes == NULL)
11308 hashes array. */
11309 hsize = (htab->stub_globals + 1) * sizeof (*hashes);
11310 hashes = bfd_zalloc (htab->params->stub_bfd, hsize);
11311 if (hashes == NULL)
11313 elf_sym_hashes (htab->params->stub_bfd) = hashes;
11318 hashes[symnd
11289 struct elf_link_hash_entry **hashes; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf64-alpha.c2216 struct alpha_elf_link_hash_entry **hashes = alpha_elf_sym_hashes (bsub);
2226 h = hashes[i];
2273 struct alpha_elf_link_hash_entry **hashes;
2291 hashes = alpha_elf_sym_hashes (bsub);
2300 h = hashes[i];
2208 struct alpha_elf_link_hash_entry **hashes = alpha_elf_sym_hashes (bsub); local
2265 struct alpha_elf_link_hash_entry **hashes; local
H A Delflink.c2866 if (reldata->hashes == NULL && reldata->count)
2875 reldata->hashes = p;
7713 /* No hashes are valid - empty bitmask. */
7715 /* No hashes in the only bucket. */
9424 struct elf_link_hash_entry **rel_hash = reldata->hashes;
9599 free (reldata->hashes);
9600 reldata->hashes = NULL;
11610 rel_hash = PTR_ADD (esdo->rel.hashes, esdo->rel.count);
11636 rel_hash = PTR_ADD (esdo->rela.hashes, esdo->rela.count);
11998 rel_hash_ptr = reldata->hashes
[all...]
H A Delf-bfd.h1398 In such a case hashes should be invalidated. */
1778 struct elf_link_hash_entry **hashes;
1776 struct elf_link_hash_entry **hashes; member in struct:bfd_elf_section_reloc_data
H A Delf64-ppc.c11565 struct elf_link_hash_entry **hashes;
11571 up global sym hashes for the stub bfd (which has no symbols). */
11572 hashes = elf_sym_hashes (htab->params->stub_bfd);
11573 if (hashes == NULL)
11580 hashes array. */
11581 hsize = (htab->stub_globals + 1) * sizeof (*hashes);
11582 hashes = bfd_zalloc (htab->params->stub_bfd, hsize);
11583 if (hashes == NULL)
11585 elf_sym_hashes (htab->params->stub_bfd) = hashes;
11590 hashes[symnd
11561 struct elf_link_hash_entry **hashes; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf64-alpha.c2221 struct alpha_elf_link_hash_entry **hashes = alpha_elf_sym_hashes (bsub);
2231 h = hashes[i];
2278 struct alpha_elf_link_hash_entry **hashes;
2296 hashes = alpha_elf_sym_hashes (bsub);
2305 h = hashes[i];
2213 struct alpha_elf_link_hash_entry **hashes = alpha_elf_sym_hashes (bsub); local
2270 struct alpha_elf_link_hash_entry **hashes; local
H A Delflink.c2866 if (reldata->hashes == NULL && reldata->count)
2875 reldata->hashes = p;
7715 /* No hashes are valid - empty bitmask. */
7717 /* No hashes in the only bucket. */
9426 struct elf_link_hash_entry **rel_hash = reldata->hashes;
9601 free (reldata->hashes);
9602 reldata->hashes = NULL;
11603 rel_hash = PTR_ADD (esdo->rel.hashes, esdo->rel.count);
11629 rel_hash = PTR_ADD (esdo->rela.hashes, esdo->rela.count);
11981 rel_hash_ptr = reldata->hashes
[all...]
H A Delf-bfd.h1361 In such a case hashes should be invalidated. */
1738 struct elf_link_hash_entry **hashes;
1736 struct elf_link_hash_entry **hashes; member in struct:bfd_elf_section_reloc_data
H A Delf64-ppc.c11571 struct elf_link_hash_entry **hashes;
11577 up global sym hashes for the stub bfd (which has no symbols). */
11578 hashes = elf_sym_hashes (htab->params->stub_bfd);
11579 if (hashes == NULL)
11586 hashes array. */
11587 hsize = (htab->stub_globals + 1) * sizeof (*hashes);
11588 hashes = bfd_zalloc (htab->params->stub_bfd, hsize);
11589 if (hashes == NULL)
11591 elf_sym_hashes (htab->params->stub_bfd) = hashes;
11596 hashes[symnd
11567 struct elf_link_hash_entry **hashes; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf64-alpha.c2204 struct alpha_elf_link_hash_entry **hashes = alpha_elf_sym_hashes (bsub);
2214 h = hashes[i];
2261 struct alpha_elf_link_hash_entry **hashes;
2279 hashes = alpha_elf_sym_hashes (bsub);
2288 h = hashes[i];
2196 struct alpha_elf_link_hash_entry **hashes = alpha_elf_sym_hashes (bsub); local
2253 struct alpha_elf_link_hash_entry **hashes; local
H A Delflink.c2891 if (reldata->hashes == NULL && reldata->count)
2900 reldata->hashes = p;
7798 /* No hashes are valid - empty bitmask. */
7800 /* No hashes in the only bucket. */
9509 struct elf_link_hash_entry **rel_hash = reldata->hashes;
9684 free (reldata->hashes);
9685 reldata->hashes = NULL;
11690 rel_hash = PTR_ADD (esdo->rel.hashes, esdo->rel.count);
11716 rel_hash = PTR_ADD (esdo->rela.hashes, esdo->rela.count);
12078 rel_hash_ptr = reldata->hashes
[all...]
H A Delf-bfd.h1412 In such a case hashes should be invalidated. */
1796 struct elf_link_hash_entry **hashes;
1794 struct elf_link_hash_entry **hashes; member in struct:bfd_elf_section_reloc_data
H A Delf64-ppc.c11619 struct elf_link_hash_entry **hashes;
11625 up global sym hashes for the stub bfd (which has no symbols). */
11626 hashes = elf_sym_hashes (htab->params->stub_bfd);
11627 if (hashes == NULL)
11634 hashes array. */
11635 hsize = (htab->stub_globals + 1) * sizeof (*hashes);
11636 hashes = bfd_zalloc (htab->params->stub_bfd, hsize);
11637 if (hashes == NULL)
11639 elf_sym_hashes (htab->params->stub_bfd) = hashes;
11644 hashes[symnd
11615 struct elf_link_hash_entry **hashes; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/
H A Dindex.d116 $(TD Compute SHA1 and SHA2 hashes of arbitrary data.)
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dgenmloop.sh1214 pbb we don't want to call pbb_begin each time (which hashes on the pc
1306 pbb we don't want to call pbb_begin each time (which hashes on the pc
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dgenmloop.sh1221 pbb we don't want to call pbb_begin each time (which hashes on the pc
1313 pbb we don't want to call pbb_begin each time (which hashes on the pc
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7311 u32 hashes[3]) {
7313 COMMON_INTERCEPTOR_ENTER(ctx, mi_vector_hash, key, len, seed, hashes);
7316 REAL(mi_vector_hash)(key, len, seed, hashes);
7317 if (hashes)
7318 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, hashes, sizeof(hashes[0]) * 3);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7615 u32 hashes[3]) {
7617 COMMON_INTERCEPTOR_ENTER(ctx, mi_vector_hash, key, len, seed, hashes);
7620 REAL(mi_vector_hash)(key, len, seed, hashes);
7621 if (hashes)
7622 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, hashes, sizeof(hashes[0]) * 3);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7823 u32 hashes[3]) {
7825 COMMON_INTERCEPTOR_ENTER(ctx, mi_vector_hash, key, len, seed, hashes);
7828 REAL(mi_vector_hash)(key, len, seed, hashes);
7829 if (hashes)
7830 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, hashes, sizeof(hashes[0]) * 3);
/netbsd-current/sys/dev/pci/
H A Dif_bnx.c5577 uint32_t hashes[NUM_MC_HASH_REGISTERS] = { 0, 0, 0, 0, 0, 0, 0, 0 }; local
5629 hashes[(h & 0xE0) >> 5] |= __BIT(h & 0x1F);
5636 hashes[i]);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp579 // Check if we should emit type record hashes.
645 // Emit type information and hashes last, so that any types we translate while
717 for (const auto &GHR : TypeTable.hashes()) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
H A DTemplate.pm449 # Given a hashful of variables (or a list of such hashes)
1061 reference to a hash, then the array should contain a list of hashes

Completed in 1141 milliseconds

1234