Home
last modified time | relevance | path

Searched refs:bucket_ (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_soinfo.h141 uint32_t* bucket_; member
Dlinker_soinfo.cpp259 for (uint32_t n = bucket_[hash % nbucket_]; n != 0; n = chain_[n]) { in elf_lookup()
Dlinker.cpp3097 bucket_ = reinterpret_cast<uint32_t*>(load_bias + d->d_un.d_ptr + 8); in prelink_image()