Module hash

Source
Expand description

Parsing hash table sections for symbol tables: .hash, and .gnu.hash

Structs§

GnuHashHeader
Header at the start of a GNU extension Hash Table section of type SHT_GNU_HASH.
GnuHashTable
SysVHashHeader
Header at the start of SysV Hash Table sections of type SHT_HASH.
SysVHashTable

Functions§

gnu_hash
Calculate the GNU hash for a given symbol name.
sysv_hash
Calculate the SysV hash value for a given symbol name.