Home
last modified time | relevance | path

Searched refs:elf_hash (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/libs/libltpvdso/
Dparse_vdso.c58 static unsigned long elf_hash(const unsigned char *name) in elf_hash() function
235 ver_hash = elf_hash((const void*)version); in vdso_sym()
237 elf_hash((const void*)name) % vdso_info.nbucket); in vdso_sym()
/third_party/mesa3d/src/freedreno/rnn/
Dutil.h102 uint32_t elf_hash(const char *str);
/third_party/elfio/elfio/
Delfio_utils.hpp165 inline uint32_t elf_hash( const unsigned char* name ) in elf_hash() function
Delfio_symbols.hpp91 Elf_Word val = elf_hash( (const unsigned char*)name.c_str() ); in get_symbol()