Home
last modified time | relevance | path

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

/trueos/lib/libelf/
HDelf_hash.c38 elf_hash(const char *name) in elf_hash() function
HDMakefile15 elf_hash.c \
96 elf_hash.3 \
HDVersion.map48 elf_hash;
HDlibelf_ar.c248 sym->as_hash = elf_hash(s); in _libelf_ar_process_symtab()
HDlibelf.h203 unsigned long elf_hash(const char *_name);
/trueos/usr.sbin/kldxref/
HDef.c154 elf_hash(const char *name) in elf_hash() function
178 hash = elf_hash(name); in ef_lookup_symbol()
/trueos/libexec/rtld-elf/
HDrtld.h377 unsigned long elf_hash(const char *);
HDrtld.c1418 elf_hash(const char *name) in elf_hash() function
3216 ventry.hash = elf_hash(version); in dlvsym()
4889 dst->hash = elf_hash(name); in symlook_init()
/trueos/sys/boot/common/
HDload_elf.c734 elf_hash(const char *name) in elf_hash() function
759 hash = elf_hash(name); in __elfN()
/trueos/sys/xen/interface/
HDelfstructs.h449 unsigned int elf_hash(const unsigned char *name);
/trueos/sys/kern/
HDlink_elf.c1213 elf_hash(const char *name) in elf_hash() function
1245 hash = elf_hash(name); in link_elf_lookup_symbol()
/trueos/contrib/llvm/include/llvm/Object/
HDELF.h991 static inline unsigned elf_hash(StringRef &symbolName) { in elf_hash() function
/trueos/contrib/gcc/
HDsys-protos.h281 extern long unsigned int elf_hash(const char *);
/trueos/contrib/binutils/bfd/
HDChangeLog-91932430 * libelf.h (elf_hash): Change declaration to bfd_elf_hash, since
2481 * elfcode.h (elf_hash): Delete macro mapping elf_hash to
2485 * libelf.h (elf_hash): Change declaration to bfd_elf_hash, since
3475 * elfcode.h (elf_hash): Moved to there, renamed bfd_elf_hash.
3493 * elfcode.h (elf_hash): Provide elf standard hash function.