C# Class CSPspEmu.Hle.Formats.ElfPsp.ModuleImport

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
CallAddress uint
EntrySize byte
Flags ushort
FunctionCount ushort
Name uint
NidAddress uint
VariableCount byte
Version ushort

Property Details

CallAddress public property

Address to the function table. (Write 16 bits. jump/syscall)
public uint CallAddress
return uint

EntrySize public property

?
public byte EntrySize
return byte

Flags public property

Flags for the module.
public ushort Flags
return ushort

FunctionCount public property

Number of imported functions.
public ushort FunctionCount
return ushort

Name public property

Address to a stringz with the module.
public uint Name
return uint

NidAddress public property

Address to the nid pointer. (Read)
public uint NidAddress
return uint

VariableCount public property

Number of imported variables.
public byte VariableCount
return byte

Version public property

Version of the module?
public ushort Version
return ushort