Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
GnuHashHeader Struct Reference

#include <elf.h>

Data Fields

uint32_t nbuckets
 
uint32_t symoffset
 
uint32_t bloom_size
 
uint32_t bloom_shift
 
uintptr_tbloom
 
uint32_tbuckets
 
uint32_tchains
 

Detailed Description

Definition at line 300 of file elf.h.

Field Documentation

◆ bloom

uintptr_t* GnuHashHeader::bloom

Definition at line 306 of file elf.h.

Referenced by elf_gnu_hash_parse(), and elf_gnu_maybe_present().

◆ bloom_shift

uint32_t GnuHashHeader::bloom_shift

Definition at line 304 of file elf.h.

Referenced by elf_gnu_hash_parse(), and elf_gnu_maybe_present().

◆ bloom_size

uint32_t GnuHashHeader::bloom_size

Definition at line 303 of file elf.h.

Referenced by elf_gnu_hash_parse(), and elf_gnu_maybe_present().

◆ buckets

uint32_t* GnuHashHeader::buckets

Definition at line 307 of file elf.h.

Referenced by elf_gnu_hash_parse(), and elf_gnu_lookup().

◆ chains

uint32_t* GnuHashHeader::chains

Definition at line 308 of file elf.h.

Referenced by elf_gnu_hash_parse(), and elf_gnu_lookup().

◆ nbuckets

uint32_t GnuHashHeader::nbuckets

Definition at line 301 of file elf.h.

Referenced by elf_gnu_hash_parse(), and elf_gnu_lookup().

◆ symoffset

uint32_t GnuHashHeader::symoffset

Definition at line 302 of file elf.h.

Referenced by elf_gnu_hash_parse(), and elf_gnu_lookup().


The documentation for this struct was generated from the following file: