Class: Elf::Writer::Layout::LoadMap

Inherits:
Struct
  • Object
show all
Defined in:
lib/mithril/writer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alignObject

Returns the value of attribute align

Returns:

  • (Object)

    the current value of align



146
147
148
# File 'lib/mithril/writer.rb', line 146

def align
  @align
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



146
147
148
# File 'lib/mithril/writer.rb', line 146

def end
  @end
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



146
147
148
# File 'lib/mithril/writer.rb', line 146

def flags
  @flags
end

#memszObject

Returns the value of attribute memsz

Returns:

  • (Object)

    the current value of memsz



146
147
148
# File 'lib/mithril/writer.rb', line 146

def memsz
  @memsz
end

#offObject

Returns the value of attribute off

Returns:

  • (Object)

    the current value of off



146
147
148
# File 'lib/mithril/writer.rb', line 146

def off
  @off
end

#vaddrObject

Returns the value of attribute vaddr

Returns:

  • (Object)

    the current value of vaddr



146
147
148
# File 'lib/mithril/writer.rb', line 146

def vaddr
  @vaddr
end