C# Class Reko.ImageLoaders.Elf.Elf32_Sym

Afficher le fichier Open project: uxmal/reko Class Usage Examples

Méthodes publiques

Свойство Type Description
st_info byte
st_name uint
st_other byte
st_shndx ushort
st_size uint
st_value uint

Méthodes publiques

Méthode Description
Load ( Reko.Core.ImageReader rdr ) : Elf32_Sym

Method Details

Load() public static méthode

public static Load ( Reko.Core.ImageReader rdr ) : Elf32_Sym
rdr Reko.Core.ImageReader
Résultat Elf32_Sym

Property Details

st_info public_oe property

public byte st_info
Résultat byte

st_name public_oe property

public uint st_name
Résultat uint

st_other public_oe property

public byte st_other
Résultat byte

st_shndx public_oe property

public ushort st_shndx
Résultat ushort

st_size public_oe property

public uint st_size
Résultat uint

st_value public_oe property

public uint st_value
Résultat uint