PatchworkOS
Loading...
Searching...
No Matches
elf_dyn_t Struct Reference

ELF dynamic entry. More...

#include <elf.h>

Data Fields

int64_t tag
 
union { 
 
   uint64_t   val 
 
   uint64_t   ptr 
 
un 
 

Detailed Description

ELF dynamic entry.

The elf_dyn_t structure used in the dynamic section for dynamic linking information.

Definition at line 372 of file elf.h.

Field Documentation

◆ ptr

uint64_t elf_dyn_t::ptr

Definition at line 377 of file elf.h.

◆ tag

int64_t elf_dyn_t::tag

Definition at line 374 of file elf.h.

◆ [union]

union { ... } elf_dyn_t::un

◆ val

uint64_t elf_dyn_t::val

Definition at line 376 of file elf.h.


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