Module symbol
Structs§
- Symbol
- Structure which reprents an ELF symbol
Enums§
- Binding
- Type
- Type of the symbol. This enum matches the
STT_xxxvalues of the ELF specs - Visibility
- Visibility of the symbol. This enum matches the
STV_xxxvalues of the official ELF specs