C# Class Reko.ImageLoaders.Elf.Elf32_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 uint
st_value uint

Public Methods

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

Method Details

Load() public static method

public static Load ( Reko.Core.ImageReader rdr ) : Elf32_Sym
rdr Reko.Core.ImageReader
return Elf32_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 uint st_size
return uint

st_value public_oe property

public uint st_value
return uint