Class: Rubycc::ObjFile::ELFWriter::MachineDescription

Inherits:
Data
  • Object
show all
Defined in:
lib/rubycc/objfile/elf_writer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#e_machineObject (readonly)

Returns the value of attribute e_machine

Returns:

  • (Object)

    the current value of e_machine



167
168
169
# File 'lib/rubycc/objfile/elf_writer.rb', line 167

def e_machine
  @e_machine
end

#relocationsObject (readonly)

Returns the value of attribute relocations

Returns:

  • (Object)

    the current value of relocations



167
168
169
# File 'lib/rubycc/objfile/elf_writer.rb', line 167

def relocations
  @relocations
end

#text_paddingObject (readonly)

Returns the value of attribute text_padding

Returns:

  • (Object)

    the current value of text_padding



167
168
169
# File 'lib/rubycc/objfile/elf_writer.rb', line 167

def text_padding
  @text_padding
end