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

  /bionic/linker/
linker_soinfo.h 54 : name_(name), has_elf_hash_(false), has_gnu_hash_(false),
66 bool has_elf_hash_; member in class:SymbolName
linker_soinfo.cpp 763 if (!has_elf_hash_) {
765 has_elf_hash_ = true;

Completed in 289 milliseconds