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

  /bionic/linker/
linker_soinfo.h 376 uint32_t calculate_elf_hash(const char* name);
linker_soinfo.cpp 774 uint32_t calculate_elf_hash(const char* name) { function
790 elf_hash_ = calculate_elf_hash(name_);
linker.cpp     [all...]

Completed in 133 milliseconds