Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.h310 uint32_t* gnu_bucket_; member
Dlinker_soinfo.cpp198 uint32_t n = gnu_bucket_[hash % gnu_nbucket_]; in gnu_lookup()
300 uint32_t n = gnu_bucket_[i]; in ElfW()
Dlinker.cpp2878 gnu_bucket_ = reinterpret_cast<uint32_t*>(gnu_bloom_filter_ + gnu_maskwords_); in prelink_image()
2880 gnu_chain_ = gnu_bucket_ + gnu_nbucket_ - in prelink_image()