|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <elf.h>
Data Fields | |
| uint32_t | nbuckets |
| uint32_t | symoffset |
| uint32_t | bloom_size |
| uint32_t | bloom_shift |
| uintptr_t * | bloom |
| uint32_t * | buckets |
| uint32_t * | chains |
| uintptr_t* GnuHashHeader::bloom |
Definition at line 306 of file elf.h.
Referenced by elf_gnu_hash_parse(), and elf_gnu_maybe_present().
| uint32_t GnuHashHeader::bloom_shift |
Definition at line 304 of file elf.h.
Referenced by elf_gnu_hash_parse(), and elf_gnu_maybe_present().
| uint32_t GnuHashHeader::bloom_size |
Definition at line 303 of file elf.h.
Referenced by elf_gnu_hash_parse(), and elf_gnu_maybe_present().
| uint32_t* GnuHashHeader::buckets |
Definition at line 307 of file elf.h.
Referenced by elf_gnu_hash_parse(), and elf_gnu_lookup().
| uint32_t* GnuHashHeader::chains |
Definition at line 308 of file elf.h.
Referenced by elf_gnu_hash_parse(), and elf_gnu_lookup().
| uint32_t GnuHashHeader::nbuckets |
Definition at line 301 of file elf.h.
Referenced by elf_gnu_hash_parse(), and elf_gnu_lookup().
| uint32_t GnuHashHeader::symoffset |
Definition at line 302 of file elf.h.
Referenced by elf_gnu_hash_parse(), and elf_gnu_lookup().