Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.h117 : name_(name), has_elf_hash_(false), has_gnu_hash_(false), in SymbolName()
130 bool has_gnu_hash_; variable
Dlinker_soinfo.cpp947 if (!has_gnu_hash_) { in gnu_hash()
949 has_gnu_hash_ = true; in gnu_hash()