Class: Rubycc::ObjFile::ELFWriter::MachineDescription
- Inherits:
-
Data
- Object
- Data
- Rubycc::ObjFile::ELFWriter::MachineDescription
- Defined in:
- lib/rubycc/objfile/elf_writer.rb
Instance Attribute Summary collapse
-
#e_machine ⇒ Object
readonly
Returns the value of attribute e_machine.
-
#relocations ⇒ Object
readonly
Returns the value of attribute relocations.
-
#text_padding ⇒ Object
readonly
Returns the value of attribute text_padding.
Instance Attribute Details
#e_machine ⇒ Object (readonly)
Returns the value of attribute e_machine
167 168 169 |
# File 'lib/rubycc/objfile/elf_writer.rb', line 167 def e_machine @e_machine end |
#relocations ⇒ Object (readonly)
Returns the value of attribute relocations
167 168 169 |
# File 'lib/rubycc/objfile/elf_writer.rb', line 167 def relocations @relocations end |
#text_padding ⇒ Object (readonly)
Returns the value of attribute text_padding
167 168 169 |
# File 'lib/rubycc/objfile/elf_writer.rb', line 167 def text_padding @text_padding end |