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

  /external/llvm/include/llvm/Object/
ELFTypes.h 474 Elf_Word nbucket;
478 return ArrayRef<Elf_Word>(&nbucket + 2, &nbucket + 2 + nbucket);
482 return ArrayRef<Elf_Word>(&nbucket + 2 + nbucket,
483 &nbucket + 2 + nbucket + nchain);
  /external/elfutils/src/
elfcmp.c 841 const size_t nbucket = hash1[0]; \
843 if (data1->d_size != (2 + nbucket + nchain) * sizeof hash1[0] \
844 || hash2[0] != nbucket || hash2[1] != nchain) \
848 const Hash_Word *const chain1 = &bucket1[nbucket]; \
850 const Hash_Word *const chain2 = &bucket2[nbucket]; \
856 for (size_t i = 0; i < nbucket; ++i) \
strip.c 1571 Elf32_Word nbucket = bucket[0]; local
1631 Elf64_Xword nbucket = bucket[0]; local
    [all...]
elflint.c 2005 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; local
2056 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; local
2461 Elf32_Word nbucket = hasharr[0]; local
2496 Elf64_Xword nbucket = hasharr[0]; local
    [all...]
unstrip.c 487 const size_t nbucket = old_hash[0]; \
490 const Hash_Word *const old_chain = &old_bucket[nbucket]; \
491 assert (onent == 2 + nbucket + nchain); \
493 const size_t nent = 2 + nbucket + nsym; \
496 Hash_Word *const new_chain = &new_bucket[nbucket]; \
498 new_hash[0] = nbucket; \
500 for (size_t i = 0; i < nbucket; ++i) \
    [all...]
readelf.c 3098 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; local
3153 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; local
3211 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; local
    [all...]
ldgeneric.c 4043 size_t nbucket = 0; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 790 size_t nbucket = getHashBucketCount(hashed_sym_cnt, true); local
791 gnuhash = (4 + nbucket + hashed_sym_cnt) * 4;
1110 uint32_t& nbucket = word_array[0]; local
1121 memset(reinterpret_cast<void*>(bucket), 0, nbucket); local
1149 uint32_t& nbucket = word_array[0]; local
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]

Completed in 172 milliseconds