Structs
- Structure that represents a dynamic entry associated with an array (e.g.
DT_INIT_ARRAY) - Structure that represents a dynamic flag entry:
DT_FLAGSorDT_FLAGS_1 - Generic structure for the dynamic entries whose
DynamicEntry::valuecan be interpreted as is. - Structure that represents a dynamic entry associated with a library name (e.g.
DT_NEEDED) - Structure that represents a dynamic entry associated with the rpath info
- Structure that represents a dynamic entry associated with the runpath info
- Structure that represents a dynamic entry associated with the name of a library (
DT_SONAME)
Enums
- Enum that represents the different variants of a dynamic entry
Traits
- Trait shared by all the
Entries