Home
last modified time | relevance | path

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

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