L4Re - L4 Runtime Environment
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Elf32_Dyn Struct Reference

ELF32 dynamic entry. More...

#include <elf.h>

+ Collaboration diagram for Elf32_Dyn:

Data Fields

Elf32_Sword d_tag
 see DT_ values
Elf32_Word d_val
 integer values with various interpret.
Elf32_Addr d_ptr
 program virtual addresses

Detailed Description

ELF32 dynamic entry.

Definition at line 459 of file elf.h.

Field Documentation

Elf32_Word Elf32_Dyn::d_val

integer values with various interpret.

Definition at line 462 of file elf.h.


The documentation for this struct was generated from the following file:
L4Re - L4 Runtime Environment