C# 클래스 Reko.ImageLoaders.Elf.Relocators.XtensaRelocator

상속: ElfRelocator
파일 보기 프로젝트 열기: uxmal/reko

공개 메소드들

메소드 설명
Relocate ( Program program ) : void
RelocationTypeToString ( uint type ) : string
XtensaRelocator ( ElfLoader32 elfLoader32 ) : System

메소드 상세

Relocate() 공개 메소드

public Relocate ( Program program ) : void
program Program
리턴 void

RelocationTypeToString() 공개 메소드

public RelocationTypeToString ( uint type ) : string
type uint
리턴 string

XtensaRelocator() 공개 메소드

public XtensaRelocator ( ElfLoader32 elfLoader32 ) : System
elfLoader32 ElfLoader32
리턴 System