C# Class Reko.ImageLoaders.Elf.Elf64_Sym

Datei anzeigen Open project: uxmal/reko Class Usage Examples

Public Properties

Property Type Description
st_info byte
st_name uint
st_other byte
st_shndx ushort
st_size ulong
st_value ulong

Public Methods

Method Description
Load ( Reko.Core.ImageReader rdr ) : Elf64_Sym

Method Details

Load() public static method

public static Load ( Reko.Core.ImageReader rdr ) : Elf64_Sym
rdr Reko.Core.ImageReader
return Elf64_Sym

Property Details

st_info public_oe property

public byte st_info
return byte

st_name public_oe property

public uint st_name
return uint

st_other public_oe property

public byte st_other
return byte

st_shndx public_oe property

public ushort st_shndx
return ushort

st_size public_oe property

public ulong st_size
return ulong

st_value public_oe property

public ulong st_value
return ulong