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



151
152
153
# File 'lib/mithril/writer.rb', line 151

def align
  @align
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



151
152
153
# File 'lib/mithril/writer.rb', line 151

def end
  @end
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



151
152
153
# File 'lib/mithril/writer.rb', line 151

def flags
  @flags
end

#memszObject

Returns the value of attribute memsz

Returns:

  • (Object)

    the current value of memsz



151
152
153
# File 'lib/mithril/writer.rb', line 151

def memsz
  @memsz
end

#offObject

Returns the value of attribute off

Returns:

  • (Object)

    the current value of off



151
152
153
# File 'lib/mithril/writer.rb', line 151

def off
  @off
end

#vaddrObject

Returns the value of attribute vaddr

Returns:

  • (Object)

    the current value of vaddr



151
152
153
# File 'lib/mithril/writer.rb', line 151

def vaddr
  @vaddr
end