Class: Elf::TLS
- Inherits:
-
Object
- Object
- Elf::TLS
- Defined in:
- lib/mithril/elf.rb
Instance Attribute Summary collapse
-
#tbss ⇒ Object
Returns the value of attribute tbss.
-
#tdata ⇒ Object
Returns the value of attribute tdata.
Instance Attribute Details
#tbss ⇒ Object
Returns the value of attribute tbss.
200 201 202 |
# File 'lib/mithril/elf.rb', line 200 def tbss @tbss end |
#tdata ⇒ Object
Returns the value of attribute tdata.
200 201 202 |
# File 'lib/mithril/elf.rb', line 200 def tdata @tdata end |