*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: elf_hash | Section: 3 | Source: FreeBSD | File: elf_hash.3.gz
ELF_HASH(3) FreeBSD 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) FreeBSD 14.1-RELEASE-p8 August 15, 2006 FreeBSD 14.1-RELEASE-p8

Navigation Options