HomeSort by relevance Sort by last modified time
    Searched refs:nbucket (Results 1 - 10 of 10) sorted by null

  /external/elfutils/0.153/src/
elfcmp.c 840 const size_t nbucket = hash1[0]; \
842 if (data1->d_size != (2 + nbucket + nchain) * sizeof hash1[0] \
843 || hash2[0] != nbucket || hash2[1] != nchain) \
847 const Hash_Word *const chain1 = &bucket1[nbucket]; \
849 const Hash_Word *const chain2 = &bucket2[nbucket]; \
855 for (size_t i = 0; i < nbucket; ++i) \
strip.c 1475 Elf32_Word nbucket = bucket[0]; local
1529 Elf64_Xword nbucket = bucket[0]; local
    [all...]
elflint.c 1939 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; local
1980 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; local
2290 Elf32_Word nbucket = hasharr[0]; local
2307 Elf64_Xword nbucket = hasharr[0]; local
    [all...]
readelf.c 2703 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; local
2745 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; local
2786 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; local
    [all...]
unstrip.c 453 const size_t nbucket = old_hash[0]; \
456 const Hash_Word *const old_chain = &old_bucket[nbucket]; \
457 assert (onent == 2 + nbucket + nchain); \
459 const size_t nent = 2 + nbucket + nsym; \
462 Hash_Word *const new_chain = &new_bucket[nbucket]; \
464 new_hash[0] = nbucket; \
466 for (size_t i = 0; i < nbucket; ++i) \
    [all...]
ldgeneric.c 4051 size_t nbucket = 0; local
    [all...]
  /bionic/linker/
dlfcn.cpp 243 __libdl_info.nbucket = sizeof(g_libdl_buckets)/sizeof(unsigned);
linker.h 144 size_t nbucket; member in struct:soinfo
linker.cpp 422 name, si->name, reinterpret_cast<void*>(si->base), hash, hash % si->nbucket);
424 for (unsigned n = si->bucket[hash % si->nbucket]; n != 0; n = si->chain[n]) {
449 name, si->name, reinterpret_cast<void*>(si->base), hash, hash % si->nbucket);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 838 size_t nbucket = getHashBucketCount(hashed_sym_cnt, true); local
839 gnuhash = (4 + nbucket + hashed_sym_cnt) * 4;
1165 uint32_t& nbucket = word_array[0]; local
1205 uint32_t& nbucket = word_array[0]; local
    [all...]

Completed in 515 milliseconds