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

#include <elf.h>

Data Fields

uint64_t d_tag
 
union { 
 
   uint64_t   d_val 
 
   uint64_t   d_ptr 
 
d_un 
 

Detailed Description

Definition at line 196 of file elf.h.

Field Documentation

◆ d_ptr

uint64_t Elf64_Dyn::d_ptr

Definition at line 200 of file elf.h.

Referenced by elf_dyn_map_all().

◆ d_tag

uint64_t Elf64_Dyn::d_tag

Definition at line 197 of file elf.h.

Referenced by elf_dyn_map_all().

◆ [union]

union { ... } Elf64_Dyn::d_un

Referenced by elf_dyn_map_all().

◆ d_val

uint64_t Elf64_Dyn::d_val

Definition at line 199 of file elf.h.

Referenced by elf_dyn_map_all().


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