C# Class videocoreelfdis.IV_BASE

Afficher le fichier Open project: thubble/videocore-elf-dis

Méthodes publiques

Свойство Type Description
_tables string[]>.Dictionary

Protected Properties

Свойство Type Description
_curIndex int
_instructions videocoreelfdis.InstructionDefinition[]
_section SectionInfo
_sectionIndex ushort
_symEntries EntryInfo[]
_textAndDataSections SectionInfo>.Dictionary

Méthodes publiques

Méthode Description
IV_BASE ( SectionInfo>.Dictionary textAndDataSections, ushort sectionIndex, EntryInfo symEntries ) : System
VisitInstructions ( ) : void

Méthodes protégées

Méthode Description
AfterInstructionProcessed ( int index, string insnText ) : void
BeforeProcessInstruction ( int index, int &curLoopIndex ) : void
HandleInstruction ( InstructionDefinition insn, byte bytes ) : void

Private Methods

Méthode Description
GetPossibleInstructionBytes ( byte a, int i ) : byte[][]
IV_BASE ( ) : System

Method Details

AfterInstructionProcessed() protected méthode

protected AfterInstructionProcessed ( int index, string insnText ) : void
index int
insnText string
Résultat void

BeforeProcessInstruction() protected méthode

protected BeforeProcessInstruction ( int index, int &curLoopIndex ) : void
index int
curLoopIndex int
Résultat void

HandleInstruction() protected abstract méthode

protected abstract HandleInstruction ( InstructionDefinition insn, byte bytes ) : void
insn InstructionDefinition
bytes byte
Résultat void

IV_BASE() public méthode

public IV_BASE ( SectionInfo>.Dictionary textAndDataSections, ushort sectionIndex, EntryInfo symEntries ) : System
textAndDataSections SectionInfo>.Dictionary
sectionIndex ushort
symEntries EntryInfo
Résultat System

VisitInstructions() public méthode

public VisitInstructions ( ) : void
Résultat void

Property Details

_curIndex protected_oe property

protected int _curIndex
Résultat int

_instructions protected_oe static_oe property

protected static InstructionDefinition[],videocoreelfdis _instructions
Résultat videocoreelfdis.InstructionDefinition[]

_section protected_oe property

protected SectionInfo _section
Résultat SectionInfo

_sectionIndex protected_oe property

protected ushort _sectionIndex
Résultat ushort

_symEntries protected_oe property

protected EntryInfo[] _symEntries
Résultat EntryInfo[]

_tables public_oe static_oe property

public static Dictionary _tables
Résultat string[]>.Dictionary

_textAndDataSections protected_oe property

protected Dictionary _textAndDataSections
Résultat SectionInfo>.Dictionary