Home
last modified time | relevance | path

Searched refs:gnu_nbucket_ (Results 1 – 4 of 4) sorted by relevance

/bionic/linker/
Dlinker_soinfo.cpp157 sym_idx = lib->gnu_bucket_[hash % lib->gnu_nbucket_]; in ElfW()
316 result.gnu_nbucket_ = gnu_nbucket_; in get_lookup_lib()
348 uint32_t n = gnu_bucket_[hash % gnu_nbucket_]; in ElfW()
427 for (size_t i = 0; i < gnu_nbucket_; ++i) { in ElfW()
Ddlfcn.cpp328 __libdl_info->gnu_nbucket_ = linker_si.gnu_nbucket_; in get_libdl_info()
Dlinker_soinfo.h90 size_t gnu_nbucket_; member
408 size_t gnu_nbucket_; member
Dlinker.cpp2901 gnu_nbucket_ = reinterpret_cast<uint32_t*>(load_bias + d->d_un.d_ptr)[0]; in prelink_image()
2909 gnu_chain_ = gnu_bucket_ + gnu_nbucket_ - in prelink_image()
3277 if (nbucket_ == 0 && gnu_nbucket_ == 0) { in prelink_image()