elf_hash(3) netbsd man page | unix.com

Man Page: elf_hash

Operating Environment: netbsd

Section: 3

ELF_HASH(3)						   BSD Library Functions Manual 					       ELF_HASH(3)

NAME
elf_hash -- compute a hash value for a string
LIBRARY
ELF Access Library (libelf, -lelf)
SYNOPSIS
#include <libelf.h> unsigned long elf_hash(const char *name);
DESCRIPTION
Function elf_hash() computes a portable hash value for the null terminated string pointed to by argument name. The hash value returned is will be identical across machines of different architectures. This allows hash tables to be built on one machine and correctly used on another of a different architecture. The hash value returned is also guaranteed not to be the bit pattern of all ones (~0UL).
IMPLEMENTATION NOTES
The library internally uses unsigned 32 bit arithmetic to compute the hash value.
SEE ALSO
elf(3), gelf(3)
BSD
August 15, 2006 BSD
Related Man Pages
elf_hash(3elf) - sunos
elf_hash(3elf) - minix
elf_hash(3elf) - opendarwin
elf_hash(3elf) - redhat
elf_hash(3elf) - posix
Similar Topics in the Unix Linux Community
sorting left-justified numeric values
How to install PGX32 on Sparc 10 Ultra?
Vm versus physical linux server
NetBSD 6.1.2: apm and admd not found
Grep command to show the number of results