Class: Elf::Writer::Layout::LoadMap
- Inherits:
-
Struct
- Object
- Struct
- Elf::Writer::Layout::LoadMap
- Defined in:
- lib/mithril/writer.rb
Instance Attribute Summary collapse
-
#align ⇒ Object
Returns the value of attribute align.
-
#end ⇒ Object
Returns the value of attribute end.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#memsz ⇒ Object
Returns the value of attribute memsz.
-
#off ⇒ Object
Returns the value of attribute off.
-
#vaddr ⇒ Object
Returns the value of attribute vaddr.
Instance Attribute Details
#align ⇒ Object
Returns the value of attribute align
151 152 153 |
# File 'lib/mithril/writer.rb', line 151 def align @align end |
#end ⇒ Object
Returns the value of attribute end
151 152 153 |
# File 'lib/mithril/writer.rb', line 151 def end @end end |
#flags ⇒ Object
Returns the value of attribute flags
151 152 153 |
# File 'lib/mithril/writer.rb', line 151 def flags @flags end |
#memsz ⇒ Object
Returns the value of attribute memsz
151 152 153 |
# File 'lib/mithril/writer.rb', line 151 def memsz @memsz end |
#off ⇒ Object
Returns the value of attribute off
151 152 153 |
# File 'lib/mithril/writer.rb', line 151 def off @off end |
#vaddr ⇒ Object
Returns the value of attribute vaddr
151 152 153 |
# File 'lib/mithril/writer.rb', line 151 def vaddr @vaddr end |