Structs
- Structure that represents a dynamic entry associated with an array (e.g.
DT_INIT_ARRAY
) - Generic structure for the dynamic entries whose
DynamicEntry::value
can 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