Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_symbols.cpp41 hash_bucket_ = data + 2; in Init()
57 if (symbol_table_ == NULL || string_table_ == NULL || hash_bucket_ == NULL) in Init()
125 for (unsigned n = hash_bucket_[hash % hash_bucket_size_]; n != 0; in LookupByName()
Dcrazy_linker_elf_symbols.h69 ELF::Word* hash_bucket_; variable