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

  /bionic/linker/
linker.h 136 : name_(name), has_elf_hash_(false), has_gnu_hash_(false),
149 bool has_gnu_hash_; member in class:SymbolName
linker.cpp 927 if (!has_gnu_hash_) {
935 has_gnu_hash_ = true;
    [all...]

Completed in 41 milliseconds