Class: Elf::Symbol::Type
Defined Under Namespace
Classes: GNU
Constant Summary collapse
- OsSpecific =
10..12
- ProcSpecific =
13..15
- SpecialRanges =
{ "STT_LOOS" => OsSpecific, "STT_LOPROC" => ProcSpecific }
Instance Attribute Summary
Attributes inherited from Value
Method Summary
Methods inherited from Value
#==, [], each, from_string, has_key?, #initialize
Constructor Details
This class inherits a constructor from Elf::Value