Home
last modified time | relevance | path

Searched refs:has_gnu_hash_ (Results 1 – 2 of 2) sorted by relevance

/bionic/linker/
Dlinker_soinfo.h119 : name_(name), has_elf_hash_(false), has_gnu_hash_(false), in SymbolName()
132 bool has_gnu_hash_; variable
Dlinker_soinfo.cpp939 if (!has_gnu_hash_) { in gnu_hash()
941 has_gnu_hash_ = true; in gnu_hash()