C# 클래스 videocoreelfdis.DefProcessor_IV

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

공개 메소드들

메소드 설명
BRCHREL ( BoundInstruction boundInsn, int targetAddrBase ) : void
DefProcessor_IV ( SectionInfo>.Dictionary textAndDataSections, ushort sectionIndex, EntryInfo symEntries ) : System

보호된 메소드들

메소드 설명
HandleInstruction ( InstructionDefinition insn, byte bytes ) : void

메소드 상세

BRCHREL() 공개 메소드

public BRCHREL ( BoundInstruction boundInsn, int targetAddrBase ) : void
boundInsn BoundInstruction
targetAddrBase int
리턴 void

DefProcessor_IV() 공개 메소드

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

HandleInstruction() 보호된 메소드

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