C# Class videocoreelfdis.DefProcessor_IV

Inheritance: IV_BASE
Mostrar archivo Open project: thubble/videocore-elf-dis

Public Methods

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

Protected Methods

Method Description
HandleInstruction ( InstructionDefinition insn, byte bytes ) : void

Method Details

BRCHREL() public method

public BRCHREL ( BoundInstruction boundInsn, int targetAddrBase ) : void
boundInsn BoundInstruction
targetAddrBase int
return void

DefProcessor_IV() public method

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

HandleInstruction() protected method

protected HandleInstruction ( InstructionDefinition insn, byte bytes ) : void
insn InstructionDefinition
bytes byte
return void