Structs
- Structure which reprents an ELF symbol
Enums
- Type of the symbol. This enum matches the
STT_xxxvalues of the ELF specs - Visibility of the symbol. This enum matches the
STV_xxxvalues of the official ELF specs
STT_xxx values of the ELF
specsSTV_xxx values of the
official ELF specs