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