C# Class CSPspEmu.Hle.Formats.Elf.Reloc

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Info uint
PointerAddress uint

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Info public property

Packed data containing AddressBase, OffsetBase and Type. (r_info)
public uint Info
return uint

PointerAddress public property

Address relative to OffsetBase where is the pointer to relocate. (r_offset)
public uint PointerAddress
return uint