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

  /bionic/linker/
dlfcn.cpp 323 __libdl_info->gnu_chain_ = linker_si.gnu_chain_;
linker_soinfo.cpp 227 if (((gnu_chain_[n] ^ hash) >> 1) == 0 &&
237 } while ((gnu_chain_[n++] & 1) == 0);
313 } while ((gnu_chain_[n++] & 1) == 0);
linker_soinfo.h 337 uint32_t* gnu_chain_; member in struct:soinfo
linker.cpp     [all...]

Completed in 72 milliseconds