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

  /bionic/linker/
linker.cpp 470 static unsigned elfhash(const char* _name) { function
484 unsigned elf_hash = elfhash(name);
594 return soinfo_elf_lookup(si, elfhash(name), name);
603 unsigned elf_hash = elfhash(name);
    [all...]
  /art/runtime/
elf_file.cc 374 static unsigned elfhash(const char *_name) { function in namespace:art
392 llvm::ELF::Elf32_Word hash = elfhash(symbol_name.c_str());

Completed in 788 milliseconds