Home
last modified time | relevance | path

Searched refs:hash_bucket_size_ (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_symbols.cpp39 hash_bucket_size_ = data[0]; in Init()
42 hash_chain_ = data + 2 + hash_bucket_size_; in Init()
125 for (unsigned n = hash_bucket_[hash % hash_bucket_size_]; n != 0; in LookupByName()
Dcrazy_linker_elf_symbols.h70 size_t hash_bucket_size_; variable