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

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

Completed in 947 milliseconds