HomeSort by relevance Sort by last modified time
    Searched full:nbucket_ (Results 1 - 3 of 3) sorted by null

  /bionic/linker/
linker_soinfo.h 139 size_t nbucket_; member in struct:soinfo
linker_soinfo.cpp 252 reinterpret_cast<void*>(base), hash, hash % nbucket_);
259 for (uint32_t n = bucket_[hash % nbucket_]; n != 0; n = chain_[n]) {
282 reinterpret_cast<void*>(base), hash, hash % nbucket_);
linker.cpp     [all...]

Completed in 420 milliseconds