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