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

  /bionic/linker/
linker_soinfo.h 142 uint32_t* chain_; member in struct:soinfo
linker_soinfo.cpp 259 for (uint32_t n = bucket_[hash % nbucket_]; n != 0; n = chain_[n]) {
linker.cpp     [all...]

Completed in 93 milliseconds