|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <elf.h>
Data Fields | ||
| uint64_t | d_tag | |
| union { | ||
| uint64_t d_val | ||
| uint64_t d_ptr | ||
| } | d_un | |
| uint64_t Elf64_Dyn::d_ptr |
Definition at line 200 of file elf.h.
Referenced by elf_dyn_map_all().
| uint64_t Elf64_Dyn::d_tag |
Definition at line 197 of file elf.h.
Referenced by elf_dyn_map_all().
| union { ... } Elf64_Dyn::d_un |
Referenced by elf_dyn_map_all().
| uint64_t Elf64_Dyn::d_val |
Definition at line 199 of file elf.h.
Referenced by elf_dyn_map_all().