Searched refs:elf_hash (Results 1 – 14 of 14) sorted by relevance
38 elf_hash(const char *name) in elf_hash() function
15 elf_hash.c \96 elf_hash.3 \
48 elf_hash;
248 sym->as_hash = elf_hash(s); in _libelf_ar_process_symtab()
203 unsigned long elf_hash(const char *_name);
154 elf_hash(const char *name) in elf_hash() function178 hash = elf_hash(name); in ef_lookup_symbol()
377 unsigned long elf_hash(const char *);
1418 elf_hash(const char *name) in elf_hash() function3216 ventry.hash = elf_hash(version); in dlvsym()4889 dst->hash = elf_hash(name); in symlook_init()
734 elf_hash(const char *name) in elf_hash() function759 hash = elf_hash(name); in __elfN()
449 unsigned int elf_hash(const unsigned char *name);
1213 elf_hash(const char *name) in elf_hash() function1245 hash = elf_hash(name); in link_elf_lookup_symbol()
991 static inline unsigned elf_hash(StringRef &symbolName) { in elf_hash() function
281 extern long unsigned int elf_hash(const char *);
2430 * libelf.h (elf_hash): Change declaration to bfd_elf_hash, since2481 * elfcode.h (elf_hash): Delete macro mapping elf_hash to2485 * libelf.h (elf_hash): Change declaration to bfd_elf_hash, since3475 * elfcode.h (elf_hash): Moved to there, renamed bfd_elf_hash.3493 * elfcode.h (elf_hash): Provide elf standard hash function.