C# Class videocoreelfdis.DefProcessor_IV

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

Méthodes publiques

Méthode Description
BRCHREL ( BoundInstruction boundInsn, int targetAddrBase ) : void
DefProcessor_IV ( SectionInfo>.Dictionary textAndDataSections, ushort sectionIndex, EntryInfo symEntries ) : System

Méthodes protégées

Méthode Description
HandleInstruction ( InstructionDefinition insn, byte bytes ) : void

Method Details

BRCHREL() public méthode

public BRCHREL ( BoundInstruction boundInsn, int targetAddrBase ) : void
boundInsn BoundInstruction
targetAddrBase int
Résultat void

DefProcessor_IV() public méthode

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

HandleInstruction() protected méthode

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