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

  /bionic/linker/
linker.cpp 469 static unsigned elfhash(const char* _name) { function
483 unsigned elf_hash = elfhash(name);
657 ElfW(Sym)* result = soinfo_elf_lookup(current_soinfo, elfhash(name), name);
679 unsigned elf_hash = elfhash(name);
    [all...]
  /art/compiler/
elf_writer_quick.cc 715 static unsigned elfhash(const char *_name) { function in namespace:art
751 // indx = bucket[elfhash(name) % num_buckets]
790 Elf32_Word hash_val = static_cast<Elf32_Word>(elfhash(symbols_[i].name_.c_str())) % nbuckets;
    [all...]
  /art/runtime/
elf_file.cc 753 static unsigned elfhash(const char *_name) { function in namespace:art
791 Elf32_Word hash = elfhash(symbol_name.c_str());
    [all...]

Completed in 4116 milliseconds