C# 클래스 Reko.ImageLoaders.Elf.Elf64_Sym

파일 보기 프로젝트 열기: uxmal/reko 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
st_info byte
st_name uint
st_other byte
st_shndx ushort
st_size ulong
st_value ulong

공개 메소드들

메소드 설명
Load ( Reko.Core.ImageReader rdr ) : Elf64_Sym

메소드 상세

Load() 공개 정적인 메소드

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

프로퍼티 상세

st_info 공개적으로 프로퍼티

public byte st_info
리턴 byte

st_name 공개적으로 프로퍼티

public uint st_name
리턴 uint

st_other 공개적으로 프로퍼티

public byte st_other
리턴 byte

st_shndx 공개적으로 프로퍼티

public ushort st_shndx
리턴 ushort

st_size 공개적으로 프로퍼티

public ulong st_size
리턴 ulong

st_value 공개적으로 프로퍼티

public ulong st_value
리턴 ulong