C# 클래스 videocoreelfdis.IV_BASE

파일 보기 프로젝트 열기: thubble/videocore-elf-dis

공개 프로퍼티들

프로퍼티 타입 설명
_tables string[]>.Dictionary

보호된 프로퍼티들

프로퍼티 타입 설명
_curIndex int
_instructions videocoreelfdis.InstructionDefinition[]
_section SectionInfo
_sectionIndex ushort
_symEntries EntryInfo[]
_textAndDataSections SectionInfo>.Dictionary

공개 메소드들

메소드 설명
IV_BASE ( SectionInfo>.Dictionary textAndDataSections, ushort sectionIndex, EntryInfo symEntries ) : System
VisitInstructions ( ) : void

보호된 메소드들

메소드 설명
AfterInstructionProcessed ( int index, string insnText ) : void
BeforeProcessInstruction ( int index, int &curLoopIndex ) : void
HandleInstruction ( InstructionDefinition insn, byte bytes ) : void

비공개 메소드들

메소드 설명
GetPossibleInstructionBytes ( byte a, int i ) : byte[][]
IV_BASE ( ) : System

메소드 상세

AfterInstructionProcessed() 보호된 메소드

protected AfterInstructionProcessed ( int index, string insnText ) : void
index int
insnText string
리턴 void

BeforeProcessInstruction() 보호된 메소드

protected BeforeProcessInstruction ( int index, int &curLoopIndex ) : void
index int
curLoopIndex int
리턴 void

HandleInstruction() 보호된 추상적인 메소드

protected abstract HandleInstruction ( InstructionDefinition insn, byte bytes ) : void
insn InstructionDefinition
bytes byte
리턴 void

IV_BASE() 공개 메소드

public IV_BASE ( SectionInfo>.Dictionary textAndDataSections, ushort sectionIndex, EntryInfo symEntries ) : System
textAndDataSections SectionInfo>.Dictionary
sectionIndex ushort
symEntries EntryInfo
리턴 System

VisitInstructions() 공개 메소드

public VisitInstructions ( ) : void
리턴 void

프로퍼티 상세

_curIndex 보호되어 있는 프로퍼티

protected int _curIndex
리턴 int

_instructions 보호되어 있는 정적으로 프로퍼티

protected static InstructionDefinition[],videocoreelfdis _instructions
리턴 videocoreelfdis.InstructionDefinition[]

_section 보호되어 있는 프로퍼티

protected SectionInfo _section
리턴 SectionInfo

_sectionIndex 보호되어 있는 프로퍼티

protected ushort _sectionIndex
리턴 ushort

_symEntries 보호되어 있는 프로퍼티

protected EntryInfo[] _symEntries
리턴 EntryInfo[]

_tables 공개적으로 정적으로 프로퍼티

public static Dictionary _tables
리턴 string[]>.Dictionary

_textAndDataSections 보호되어 있는 프로퍼티

protected Dictionary _textAndDataSections
리턴 SectionInfo>.Dictionary